body overflow-x hidden
This commit is contained in:
parent
dc3750ffb7
commit
915f3e91b5
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ body {
|
|||
background-color: var(--color-background);
|
||||
color: var(--color-primary);
|
||||
overflow-x: clip; /* clip is the only value that works on Safari mobile */
|
||||
|
||||
width: 100vw;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue