Commit 2b2da55
fix: remove overflow-x:clip from html to stop clipping 3D canvas
overflow-x:clip on html clips fixed-position elements like the
canvas. Changed to overflow-x:hidden on body only, which prevents
horizontal scrollbars without clipping the fixed canvas.
Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>1 parent f88b00c commit 2b2da55
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
776 | 776 | | |
777 | 777 | | |
778 | 778 | | |
779 | | - | |
| 779 | + | |
780 | 780 | | |
781 | 781 | | |
782 | 782 | | |
| |||
0 commit comments