mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 02:22:26 +08:00
fix(mobile): context menu and dropdowns for sidebar
This commit is contained in:
parent
fa30961c9e
commit
356cb2f12f
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user