Skip to content

Commit

Permalink
fix: fix splitpanel overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenle committed Mar 12, 2024
1 parent 4f38ad8 commit 87282c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/root-cms/ui/components/SplitPanel/SplitPanel.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.SplitPanel {
display: flex;
height: calc(100vh - 48px);
width: calc(100vw - 48px);
}

.SplitPanel__divider {
Expand Down

0 comments on commit 87282c6

Please sign in to comment.