1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 19:02:00 +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
=========================================== */
/* -- Disable elastic scrolling/bounce -- */
/* -- Disable elastic scrolling/bounce:
webslides.js will add .ws-ready automatically. Don't worry :) -- */
html,
body {
html.ws-ready,
html.ws-ready body {
width: 100%;
height: 100%;
overflow: hidden;
@@ -1330,7 +1331,6 @@ header[role=banner]:hover {
4. Navigation
=========================================== */
/*=== 4.1. Navbars === */
nav ul {