fix overflow

This commit is contained in:
Freeplay 2023-06-17 21:21:58 -04:00
parent 24390f1d99
commit ad4c43b3f4

View file

@ -53,6 +53,7 @@ html {
text-size-adjust: 100%;
tab-size: 2;
scroll-padding: 60px;
overflow-x: clip;
&.useSystemFont {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;