fix: certain content can result in horizontal scroll

This commit is contained in:
2025-06-06 03:25:02 +01:00
parent ebf33d47a2
commit cf8d4725f7

View File

@@ -15,7 +15,7 @@
:global(body) {
margin: 0;
padding: 0;
width: 100vw;
width: 100%;
}
:global(html) {