mirror of
https://github.com/zadam/trilium.git
synced 2026-02-11 16:24:27 +01:00
fix(mobile): note actions should be at the bottom, not above launch bar
This commit is contained in:
parent
416144265b
commit
0f3f49915e
@ -1552,8 +1552,8 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
||||
max-height: calc(var(--tn-modal-max-height) - var(--dropdown-bottom));
|
||||
}
|
||||
|
||||
body.mobile .modal-dialog .dropdown-menu.mobile-bottom-menu.show {
|
||||
--dropdown-bottom: 0;
|
||||
body.mobile .dropdown-menu.mobile-bottom-menu.show {
|
||||
--dropdown-bottom: 0px;
|
||||
}
|
||||
|
||||
#mobile-sidebar-container {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user