fix(dropdowns): overlap with quick search results

This commit is contained in:
Elian Doran 2025-03-27 19:36:45 +02:00
parent 10f044aced
commit 1b6ab7e7f2
No known key found for this signature in database

View File

@ -307,6 +307,7 @@ button kbd {
background-color: var(--menu-background-color) !important;
user-select: none;
-webkit-user-select: none;
--bs-dropdown-zindex: 999;
}
body.desktop .dropdown-menu {