fix entry btns overflow
This commit is contained in:
parent
0de94435e1
commit
cf7cfe0f44
3 changed files with 6 additions and 8 deletions
|
|
@ -1,15 +1,12 @@
|
|||
html {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
position: relative;
|
||||
margin: 0;
|
||||
width: 100vw;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: var(--color-background);
|
||||
color: var(--color-primary);
|
||||
overflow-x: clip; /* clip is the only value that works on Safari mobile */
|
||||
}
|
||||
|
||||
main {
|
||||
padding: 0 var(--unit--horizontal);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue