mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
feat(mobile): hide global menu & tabs when keyboard is opened
This commit is contained in:
@@ -65,6 +65,10 @@ body.mobile #root-widget {
|
|||||||
padding-top: env(safe-area-inset-top);
|
padding-top: env(safe-area-inset-top);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.mobile #root-widget.virtual-keyboard-opened #mobile-bottom-bar {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
#mobile-bottom-bar {
|
#mobile-bottom-bar {
|
||||||
padding-bottom: var(--mobile-bottom-offset);
|
padding-bottom: var(--mobile-bottom-offset);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user