forked from rDrama/rDrama
1
0
Fork 0

fix dropdown appearing above modal

master
Aevann 2023-10-13 22:30:21 +03:00
parent 7dcb20d639
commit 37c903a225
1 changed files with 1 additions and 1 deletions

View File

@ -967,7 +967,7 @@ input[type=submit].btn-follow, input[type=reset].btn-follow, input[type=button].
}
@media (min-width: 768px) {
.dropup, .dropdown {
z-index: 99999999999999999999999999999999999999999999999 !important;
z-index: 1000000000;
}
}
.dropdown-toggle {