mirror of
https://github.com/zadam/trilium.git
synced 2025-11-28 19:44:24 +01:00
fix(context_menu): no bottom padding on mobile
This commit is contained in:
parent
de3892950c
commit
7b7e9f6868
@ -1320,7 +1320,7 @@ body.mobile #context-menu-container.mobile-bottom-menu {
|
|||||||
overflow: auto !important;
|
overflow: auto !important;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
padding-bottom: max(env(safe-area-inset-bottom), var(--padding, var(--menu-padding-size))) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-menu {
|
body.mobile .dropdown-menu {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user