mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-05 01:58:58 +03:00
Add a CSS hack to fix mobile
This commit is contained in:
parent
b9c7a357bc
commit
7523e0702c
@ -50,6 +50,7 @@ body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden; /* This shouldn't be necessary, but without it, mobile has a right gutter. */
|
||||
}
|
||||
|
||||
p {
|
||||
|
Loading…
Reference in New Issue
Block a user