mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-20 11:51:40 +02:00
Prevent bounce scroll
This commit is contained in:
committed by
GitHub
parent
704227e50e
commit
2b8b6b1e91
@@ -299,9 +299,13 @@ dd {
|
|||||||
1. Base --> Baseline: 8px = .8rem
|
1. Base --> Baseline: 8px = .8rem
|
||||||
=========================================== */
|
=========================================== */
|
||||||
|
|
||||||
|
/* == Prevent bounce scroll == */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow-x: hidden;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* == Prototype faster - Vertical rhythm
|
/* == Prototype faster - Vertical rhythm
|
||||||
To show the grid/baseline.png, press ENTER key on keyboard == */
|
To show the grid/baseline.png, press ENTER key on keyboard == */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user