Complete CSS Fix for #3158

the last commit was not enough to fix the bug
pull/3162/head
Emiliano 2024-07-03 18:09:12 +02:00 zatwierdzone przez GitHub
rodzic 48c0c042a6
commit ae914485e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -346,6 +346,10 @@ TD.lotw {
position: absolute !important;
}
.dropdown-menu.menuOnResultTab {
left: -200px;
}
.was-map-dialog .modal-dialog {
width: 100%;
}
@ -805,4 +809,4 @@ tr.htmx-swapping td {
.error-red-border {
border-color: red;
}
}