remove z-index from dropdowns in search page

pull/96/head
mummified-corroding-granny 2023-01-24 22:21:55 +00:00
parent c3f3e8f5bc
commit 24e64e0bf4
1 changed files with 0 additions and 4 deletions

View File

@ -3930,7 +3930,6 @@ small, .small {
color: var(--muted);
font-weight: 600;
font-size: 12px;
z-index: 1000;
}
.dropdown-actions .fa, .dropdown-actions .fas, .dropdown-actions .far {
font-size: 12px;
@ -3970,9 +3969,6 @@ small, .small {
.dropdown-actions .list-inline .list-inline-item:last-child {
margin-right: 0;
}
#searchparams-dropdown {
z-index: 1001;
}
.page-link {
font-weight: 900;
background-color: var(--dark);