remove z-index from dropdowns in search page (#96)

Kindly,

This fixes issue I created #60 . Note that both z-indexes had to be removed because when I kept either of them, there was still z-fighting issues.

Considering that .dropdown-actions is used elsewhere, I tested the changes also on these pages and it still (TM) works on my machine (TM).

./files/templates/home_comments.html <----- Didn't test on /comments because disabled but it is same as search.html AFAIK
./files/templates/home.html
./files/templates/log.html
./files/templates/search.html
./files/templates/submission.html
./files/templates/userpage/header.html

Reviewed-on: #96
Co-authored-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
Co-committed-by: mummified-corroding-granny <mummified-corroding-granny@noreply.fsdfsd.net>
pull/98/head
mummified-corroding-granny 2023-01-25 02:25:16 +00:00 committed by Aevann
parent e891d25777
commit e7a786b7e9
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);