Skip to content

Commit

Permalink
Merge pull request #2382 from daostack/cw-2334-fix-split-view-pane-he…
Browse files Browse the repository at this point in the history
…ight

Fix space+inbox feed scroller location #2334
  • Loading branch information
roienatan authored Dec 5, 2023
2 parents abea513 + c61694f commit 7e4d419
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const SplitView: FC<SplitViewProps> = (props) => {
flexDirection: "column",
}}
pane1Style={{
overflow: "scroll",
height: "100vh",
overflow: "auto",
height: "calc(100vh - var(--split-view-top))",
}}
>
{children}
Expand Down

0 comments on commit 7e4d419

Please sign in to comment.