Parcourir la source

fix iframe overflow behavior (bis)

Olivier Massot il y a 1 an
Parent
commit
834ebe3fbc
1 fichiers modifiés avec 2 ajouts et 4 suppressions
  1. 2 4
      ot_stats/Resources/Public/assets/Backend/style/ot_stats.css

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

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