mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 20:19:05 +01:00
style(next): dropdown menus: fix the scrollbar background for Chromium-based browsers
This commit is contained in:
parent
b851287100
commit
c6787a9cf2
@ -962,6 +962,10 @@ body.mobile .note-title {
|
||||
font-size: 0.9rem !important;
|
||||
}
|
||||
|
||||
.dropdown-menu::-webkit-scrollbar-track {
|
||||
background: var(--menu-background-color);
|
||||
}
|
||||
|
||||
body.mobile .dropdown-menu {
|
||||
backdrop-filter: var(--dropdown-backdrop-filter);
|
||||
border-radius: var(--dropdown-border-radius);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user