浏览代码

fix ot_customizer module responsive design

Olivier Massot 9 月之前
父节点
当前提交
19a7f98394
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ot_templating/Resources/Public/assets/Backend/style/ot_customizer.css

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

@@ -2,6 +2,8 @@
 .ot-customizer {
 .ot-customizer {
     display: flex;
     display: flex;
     flex-direction: row;
     flex-direction: row;
+    height: 100%;
+    overflow-y: scroll !important;
 }
 }
 
 
 .ot-customizer .templates {
 .ot-customizer .templates {