mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-19 10:15:22 +08:00
fix(next): improve context menu position on mobile
This commit is contained in:
parent
23a8023f0b
commit
b06959900f
@ -485,6 +485,14 @@ div.quick-search .search-button.show {
|
|||||||
--menu-item-icon-vert-offset: 1.5px;
|
--menu-item-icon-vert-offset: 1.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile #context-menu-container {
|
||||||
|
position: fixed !important;
|
||||||
|
left: 0 !important;
|
||||||
|
right: 0 !important;
|
||||||
|
bottom: 0 !important;
|
||||||
|
top: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Tree actions toolbar */
|
/* Tree actions toolbar */
|
||||||
|
|
||||||
/* Toolbar container (collapsed state) */
|
/* Toolbar container (collapsed state) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user