Fix overflow not being hidden on Safari

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

View File

@ -18,11 +18,12 @@ body {
body, .main-body { body, .main-body {
width: 100%; width: 100%;
max-width: 100vw; max-width: 100vw;
position: relative;
overflow-x: hidden;
margin: 0; margin: 0;
color: var(--text); color: var(--text);
justify-content: center; justify-content: center;
font-family: Poppins, Arial, Helvetica, sans-serif; font-family: Poppins, Arial, Helvetica, sans-serif;
overflow-x: hidden;
} }
.animateDot { .animateDot {