mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 02:25:57 +02:00
fix(mobile): context menu and dropdowns for sidebar
This commit is contained in:
@@ -994,10 +994,12 @@ body.mobile #context-menu-container {
|
||||
}
|
||||
|
||||
body.mobile .dropdown-menu {
|
||||
position: static !important;
|
||||
position: fixed !important;
|
||||
z-index: 3000 !important;
|
||||
}
|
||||
|
||||
body.mobile .dropdown-submenu > .dropdown-menu {
|
||||
position: static !important;
|
||||
border: 0 !important;
|
||||
padding: 0 !important;
|
||||
overflow: hidden !important;
|
||||
|
||||
Reference in New Issue
Block a user