forked from rDrama/rDrama
1
0
Fork 0
Aevann 2023-10-13 20:28:26 +03:00
parent a051adfcb6
commit 761a40bbd7
1 changed files with 5 additions and 1 deletions

View File

@ -964,7 +964,11 @@ input[type=submit].btn-follow, input[type=reset].btn-follow, input[type=button].
}
.dropup, .dropdown {
position: relative;
z-index: 99999999999999999999999999999999999999999999999 !important;
}
@media (min-width: 768px) {
.dropup, .dropdown {
z-index: 99999999999999999999999999999999999999999999999 !important;
}
}
.dropdown-toggle {
white-space: nowrap;