Skip to content

Commit

Permalink
FIX: Hide tab bar in chat to avoid overlap (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fokx authored Jan 19, 2024
1 parent b9137fe commit a39d611
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mobile/mobile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,9 @@ body.tab-bar-hidden {
body:not(.footer-nav-ipad) .footer-nav {
display: none;
}

.has-full-page-chat {
.d-tab-bar {
display: none;
}
}

0 comments on commit a39d611

Please sign in to comment.