fix(mobile): safe bottom margin for context menu

pull/882/head
Elian Doran 2025-01-03 22:31:29 +07:00
parent 33067e61e3
commit 2b7d591822
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

@ -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 {