Browse Source

overflow fix

Konstantinos Kaloutas 2 years ago
parent
commit
a5d2137748
1 changed files with 2 additions and 0 deletions
  1. 2 0
      resources/css/common.css

+ 2 - 0
resources/css/common.css

@@ -200,6 +200,8 @@ html:not(.is-native-android) {
 html {
   /* FIXME: rewrite revealjs.css ? */
   height: unset !important;
+
+  overflow: hidden;
 }
 
 body {