mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Add webkit-overflow-scrolling: touch to the body and html elements
This commit is contained in:
parent
58729bc048
commit
ebbec6119b
1 changed files with 1 additions and 0 deletions
1
resources/assets/less/app.less
vendored
1
resources/assets/less/app.less
vendored
|
@ -16,6 +16,7 @@
|
||||||
html, body {
|
html, body {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.no-scroll { overflow-y: hidden; }
|
html.no-scroll { overflow-y: hidden; }
|
||||||
|
|
Loading…
Reference in a new issue