Browse Source

Merge branch 'hotfix/V8-6764-impossible-de-scroller-vers-le-b'

Olivier Massot 1 year ago
parent
commit
3e0623894a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      ot_stats/Resources/Public/assets/Backend/style/ot_stats.css

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

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