Explorar el Código

hide body overflow

Hakim El Hattab hace 5 años
padre
commit
ddd9f818f3
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      css/reveal.css
  2. 1 0
      css/reveal.scss

+ 1 - 0
css/reveal.css

@@ -17,6 +17,7 @@ html {
 
 body {
   height: 100%;
+  overflow: hidden;
   position: relative;
   line-height: 1;
   margin: 0;

+ 1 - 0
css/reveal.scss

@@ -21,6 +21,7 @@ html {
 
 body {
 	height: 100%;
+	overflow: hidden;
 	position: relative;
 	line-height: 1;
 	margin: 0;