Hide nav when keyboard is open

This commit is contained in:
Jon Staab
2025-11-25 15:30:40 -08:00
parent bfdc69f18c
commit e083719ceb
5 changed files with 40 additions and 2 deletions
+10
View File
@@ -392,6 +392,16 @@ progress[value]::-webkit-progress-value {
@apply md:bottom-sai bottom-[calc(var(--saib)+3.5rem)];
}
/* Keyboard open state adjustments */
body.keyboard-open .cb {
@apply bottom-sai;
}
body.keyboard-open .bottom-nav {
display: none;
}
/* chat view */
.chat__compose {