mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
feat(mobile): hide global menu & tabs when keyboard is opened
This commit is contained in:
parent
7a1e775de2
commit
83fb6f44c2
@ -65,6 +65,10 @@ body.mobile #root-widget {
|
||||
padding-top: env(safe-area-inset-top);
|
||||
}
|
||||
|
||||
body.mobile #root-widget.virtual-keyboard-opened #mobile-bottom-bar {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#mobile-bottom-bar {
|
||||
padding-bottom: var(--mobile-bottom-offset);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user