Browse Source

fix(ui): codemirror container overflow

charlie 6 months ago
parent
commit
fefedab525
1 changed files with 1 additions and 1 deletions
  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;
 }