瀏覽代碼

fix iframe overflow behavior (bis)

Olivier Massot 1 年之前
父節點
當前提交
834ebe3fbc
共有 1 個文件被更改,包括 2 次插入4 次删除
  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 {