Skip to content

Commit

Permalink
fix element tree overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Jul 23, 2024
1 parent 957e702 commit 07aa3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/views.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
[:div.flex.flex-col.flex-1.h-screen
[win/app-header]
(if (seq @(rf/subscribe [:documents]))
[:div.flex.h-full.flex-1
[:div.flex.h-full.flex-1.overflow-hidden
(when @(rf/subscribe [:panel/visible? :tree])
[:div.flex.flex-col
{:style {:width "227px"}}
Expand Down

0 comments on commit 07aa3df

Please sign in to comment.