소스 검색

fix(ui): codemirror container overflow

charlie 6 달 전
부모
커밋
fefedab525
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/frontend/components/page.css

+ 1 - 1
src/main/frontend/components/page.css

@@ -262,5 +262,5 @@ html.is-native-ios {
 }
 
 .ls-page-blocks {
-  @apply min-h-[60px];
+  @apply min-h-[60px] overflow-hidden;
 }