Skip to content

Commit

Permalink
fix split view pane height
Browse files Browse the repository at this point in the history
  • Loading branch information
roienatan committed Dec 5, 2023
1 parent 8a2ba99 commit 4c0de55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const SplitView: FC<SplitViewProps> = (props) => {
}}
pane1Style={{
overflow: "scroll",
height: "100vh",
height: "calc(100vh - var(--split-view-top))",
}}
>
{children}
Expand Down

0 comments on commit 4c0de55

Please sign in to comment.