Explorar o código

fix(ui): code editor overflow for the narrow container

charlie hai 1 ano
pai
achega
7bfa81b631
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/main/frontend/components/block.cljs

+ 1 - 1
src/main/frontend/components/block.cljs

@@ -3425,7 +3425,7 @@
         (when (and @*show-left-menu? (not in-whiteboard?) (not (or table? property?)))
         (when (and @*show-left-menu? (not in-whiteboard?) (not (or table? property?)))
           (block-left-menu config block))
           (block-left-menu config block))
 
 
-        [:div.flex.flex-col.w-full
+        [:div.flex.flex-col.w-full.overflow-hidden
          [:div.block-main-content.flex.flex-row.gap-2
          [:div.block-main-content.flex.flex-row.gap-2
           (when-let [actions-cp (:page-title-actions-cp config)]
           (when-let [actions-cp (:page-title-actions-cp config)]
             (actions-cp block))
             (actions-cp block))