Commit 796a2a89 authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix: show tab bar in native app (Flutter doesn't render its own)

Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 612f80b1
......@@ -446,8 +446,5 @@ body::before {
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--border-hover); border-radius: 2px; }
/* Native App Mode — Flutter renders the bottom nav */
.native-app .bottom-nav,
.native-app .tab-bar { display: none !important; }
.native-app #scene-container { bottom: 0 !important; }
.native-app body { padding-bottom: 0 !important; }
/* Native App Mode */
.native-app .bottom-nav { display: none !important; }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment