mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-29 03:23:25 +08:00
fix(client): calendar dropdown cut off
This commit is contained in:
parent
f4b085df3a
commit
9c8e066826
@ -1474,6 +1474,11 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|||||||
#launcher-pane {
|
#launcher-pane {
|
||||||
color: var(--launcher-pane-text-color);
|
color: var(--launcher-pane-text-color);
|
||||||
background-color: var(--launcher-pane-background-color);
|
background-color: var(--launcher-pane-background-color);
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#launcher-pane .right-dropdown-widget {
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
|
|
||||||
#right-pane {
|
#right-pane {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user