Explorar el Código

fix(ui): codemirror container overflow

charlie hace 8 meses
padre
commit
fefedab525
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 }