Browse Source

fix iframe overflow behavior (bis)

Olivier Massot 1 year ago
parent
commit
834ebe3fbc
1 changed files with 2 additions and 4 deletions
  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 {