mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-17 18:37:00 +02:00
Changing scrollable container
To avoid elastic scroll on OSX
This commit is contained in:
@@ -302,8 +302,19 @@ dd {
|
|||||||
1. Base --> Baseline: 8px = .8rem
|
1. Base --> Baseline: 8px = .8rem
|
||||||
=========================================== */
|
=========================================== */
|
||||||
|
|
||||||
|
html,
|
||||||
body {
|
body {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#webslides {
|
||||||
|
height: 100vh;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
overflow-y: scroll;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* == Prototype faster - Vertical rhythm == */
|
/* == Prototype faster - Vertical rhythm == */
|
||||||
|
Reference in New Issue
Block a user