mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -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 {
|
||||
width: 100%;
|
||||
max-width: 100vw;
|
||||
position: relative;
|
||||
overflow-x: hidden;
|
||||
margin: 0;
|
||||
color: var(--text);
|
||||
justify-content: center;
|
||||
font-family: Poppins, Arial, Helvetica, sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.animateDot {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user