1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-24 13:53:21 +02:00

.ws-ready

This commit is contained in:
José Luis Antúnez
2017-03-20 16:30:38 +01:00
committed by GitHub
parent 47b714d60b
commit 6c5a31af85

View File

@@ -302,10 +302,11 @@ dd {
1. Base --> Baseline: 8px = .8rem 1. Base --> Baseline: 8px = .8rem
=========================================== */ =========================================== */
/* -- Disable elastic scrolling/bounce -- */ /* -- Disable elastic scrolling/bounce:
webslides.js will add .ws-ready automatically. Don't worry :) -- */
html, html.ws-ready,
body { html.ws-ready body {
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
@@ -1330,7 +1331,6 @@ header[role=banner]:hover {
4. Navigation 4. Navigation
=========================================== */ =========================================== */
/*=== 4.1. Navbars === */ /*=== 4.1. Navbars === */
nav ul { nav ul {