Browse Source

fix iframe overflow behavior

Olivier Massot 1 year ago
parent
commit
8394e163a5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      ot_stats/Resources/Public/assets/Backend/style/ot_stats.css

+ 4 - 0
ot_stats/Resources/Public/assets/Backend/style/ot_stats.css

@@ -1,4 +1,8 @@
 
+body {
+    overflow-y: scroll;
+}
+
 .ot-stats {
     margin: 20px 3%;
 }