mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-03-21 17:24:28 -05:00
Add comment to weird overflow-x fix
This commit is contained in:
parent
d456a5ddc0
commit
ba4564f6e7
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user