feat(mobile): hide global menu & tabs when keyboard is opened

This commit is contained in:
Elian Doran 2025-04-10 17:45:52 +03:00
parent 7a1e775de2
commit 83fb6f44c2
No known key found for this signature in database

View File

@ -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);
}