fix search page dropdown z-fighting

master
gooseman 2022-11-11 11:54:48 -08:00
parent f81205a427
commit d3b7f043c6
1 changed files with 3 additions and 0 deletions

View File

@ -3686,6 +3686,9 @@ 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);