Parcourir la source

fix iframe overflow behavior

Olivier Massot il y a 1 an
Parent
commit
8394e163a5
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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%;
 }