diff --git a/static/css/base.css b/static/css/base.css index 8c6038f..c54240b 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -299,9 +299,13 @@ dd { 1. Base --> Baseline: 8px = .8rem =========================================== */ +/* == Prevent bounce scroll == */ + body { - overflow-x: hidden; + height: 100%; + overflow: hidden; } + /* == Prototype faster - Vertical rhythm To show the grid/baseline.png, press ENTER key on keyboard == */