mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 10:04:25 -05:00
Fix overflow not being hidden on Safari
This commit is contained in:
parent
75487ea679
commit
d456a5ddc0
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user