With titleBarStyle: "Overlay" in Tauri, 100vh in WKWebView includes the overlaid title bar area, making the app-shell taller than the visible viewport. The 30px StatusBar (including the Commit button) was pushed below the visible area and clipped by overflow:hidden. Using height:100% chains from html→body→#root→app-shell to correctly constrain to the visible viewport. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1.4 KiB
1.4 KiB