Selaa lähdekoodia

fix iframe overflow behavior (bis)

Olivier Massot 1 vuosi sitten
vanhempi
commit
834ebe3fbc
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  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 {