overscroll-behavior: none; for html, body
This commit is contained in:
parent
a3a0104a3e
commit
be6536778d
|
@ -15,12 +15,14 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
html {
|
html,
|
||||||
|
body {
|
||||||
font-size: calc(1em + 0.33vw);
|
font-size: calc(1em + 0.33vw);
|
||||||
font-family: Arial, Helvetica Neue, sans-serif;
|
font-family: Arial, Helvetica Neue, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
color: #111;
|
color: #111;
|
||||||
background-color: #fefefe;
|
background-color: #fefefe;
|
||||||
|
overscroll-behavior: none;
|
||||||
}
|
}
|
||||||
template {
|
template {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user