fix horizontal scroll on mobile
This commit is contained in:
parent
b5787fae94
commit
bc06e79c6c
1 changed files with 4 additions and 1 deletions
|
|
@ -33,9 +33,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
html, body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg);
|
||||
overflow-x: hidden;
|
||||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue