mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 15:25:51 +01: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 {
|
body.mobile .dropdown-menu {
|
||||||
position: static !important;
|
position: fixed !important;
|
||||||
|
z-index: 3000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.mobile .dropdown-submenu > .dropdown-menu {
|
body.mobile .dropdown-submenu > .dropdown-menu {
|
||||||
|
position: static !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user