mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
fix: Dropdown menu scrollbar
This commit is contained in:
parent
a6da438ae7
commit
e5c0e50c8c
1 changed files with 1 additions and 1 deletions
|
|
@ -1262,7 +1262,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
border-color: var(--color-border);
|
border-color: var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app .dropdown-menu ::-webkit-scrollbar-track-piece {
|
#rl-app .dropdown-menu::-webkit-scrollbar-track-piece {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
border-top-right-radius: inherit;
|
border-top-right-radius: inherit;
|
||||||
border-bottom-right-radius: inherit;
|
border-bottom-right-radius: inherit;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue