style(next)/dropdowns: fix scrollbar broken corners

This commit is contained in:
Adorian Doran 2025-09-21 03:09:39 +03:00
parent 9cde4c26d9
commit 51692aabd5
3 changed files with 3 additions and 9 deletions

View File

@ -363,7 +363,7 @@ button kbd {
.tabulator-popup-container {
color: var(--menu-text-color) !important;
font-size: inherit;
background-color: var(--menu-background-color) !important;
background: var(--menu-background-color) !important;
user-select: none;
-webkit-user-select: none;
--bs-dropdown-zindex: 999;

View File

@ -102,10 +102,6 @@ body.backdrop-effects-disabled {
font-size: 0.9rem !important;
}
.dropdown-menu {
--scrollbar-background-color: var(--menu-background-color);
}
body.mobile .dropdown-menu {
backdrop-filter: var(--dropdown-backdrop-filter);
border-radius: var(--dropdown-border-radius);

View File

@ -588,10 +588,8 @@ div.quick-search .dropdown-menu {
* As a temporary workaround, the backdrop and transparency are disabled for the
* vertical layout.
*/
body.layout-vertical.background-effects div.quick-search .dropdown-menu {
--scrollbar-background-color: var(--menu-background-color-no-backdrop);
background: var(--menu-background-color-no-backdrop) !important;
body.layout-vertical.background-effects div.quick-search .dropdown-menu {
--menu-background-color: var(--menu-background-color-no-backdrop) !important;
}
/* Item */