mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
fix(mobile): safe bottom margin for context menu
This commit is contained in:
parent
33067e61e3
commit
2b7d591822
@ -990,6 +990,7 @@ body.mobile #context-menu-container {
|
||||
overflow: auto !important;
|
||||
user-select: none;
|
||||
-webkit-user-select: none;
|
||||
padding-bottom: env(safe-area-inset-bottom) !important;
|
||||
}
|
||||
|
||||
body.mobile .dropdown-menu {
|
||||
|
Loading…
x
Reference in New Issue
Block a user