소스 검색

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 {
     display: flex;
     flex-direction: row;
+    height: 100%;
+    overflow-y: scroll !important;
 }
 
 .ot-customizer .templates {