mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 00:19:04 +01:00
fix(mobile): tree view not working on mobile
This commit is contained in:
parent
f909f84268
commit
fb5391a243
@ -1208,7 +1208,6 @@ body.mobile #launcher-pane .dropdown-menu.show {
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: 85vw;
|
width: 85vw;
|
||||||
padding-top: env(safe-area-inset-top);
|
padding-top: env(safe-area-inset-top);
|
||||||
transform: translateX(-100%);
|
|
||||||
transition: transform 250ms ease-in-out;
|
transition: transform 250ms ease-in-out;
|
||||||
background: var(--main-background-color);
|
background: var(--main-background-color);
|
||||||
z-index: 2000;
|
z-index: 2000;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user