mirror of
https://github.com/webslides/WebSlides.git
synced 2025-08-21 20:35:31 +02:00
Prevent bounce scroll
Fix not complete
This commit is contained in:
committed by
GitHub
parent
2b8b6b1e91
commit
10695e7cef
@@ -299,11 +299,8 @@ dd {
|
|||||||
1. Base --> Baseline: 8px = .8rem
|
1. Base --> Baseline: 8px = .8rem
|
||||||
=========================================== */
|
=========================================== */
|
||||||
|
|
||||||
/* == Prevent bounce scroll == */
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
height: 100%;
|
overflow-x: hidden;
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* == Prototype faster - Vertical rhythm
|
/* == Prototype faster - Vertical rhythm
|
||||||
|
Reference in New Issue
Block a user