Add comment to weird overflow-x fix

This commit is contained in:
Monty 2021-09-25 18:16:51 +02:00
parent d456a5ddc0
commit ba4564f6e7
No known key found for this signature in database
GPG Key ID: 78B405B6520E1012

View File

@ -18,7 +18,7 @@ body {
body, .main-body {
width: 100%;
max-width: 100vw;
position: relative;
position: relative; /* This fixes overflow-x not hiding on Safari on mobile */
overflow-x: hidden;
margin: 0;
color: var(--text);