fix: prevent unwanted scrollbars in Windows/Tauri desktop app#471
Conversation
The Tauri zoom factor (1.1) causes `w-screen` and `h-screen` elements to overflow the actual viewport, producing both horizontal and vertical scrollbars on the connection screen and settings page. - Add `overflow: hidden; height: 100%` to html/body to suppress the outer window scrollbar - Replace `w-screen` with `w-full` on the connection screen to prevent horizontal overflow Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughModified overflow and viewport sizing behavior by changing ConnectionScreen's root container width from Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
Summary
zoom: 1.1factor causesw-screen/h-screenelements to overflow the actual viewport, producing unwanted horizontal and vertical scrollbars on Windowsoverflow: hidden; height: 100%tohtml/bodyin global styles to suppress the outer window scrollbarw-screenwithw-fullon the connection screen to prevent horizontal overflowTest plan
🤖 Generated with Claude Code