remove z-index from dropdowns in search page #96

Merged
Aevann merged 1 commits from :fix-search-page-z-fighting-t-dropdown1 into master 2023-01-25 02:25:16 +00:00
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);