Skip to content

Commit 8b40941

Browse files
committed
halfMap layout adjustments
1 parent c36ca01 commit 8b40941

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/layouts/HalfMapLayout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export function HalfMapLayout({ children }: { children: ReactNode }) {
9494
borderRightStyle: "solid",
9595
borderRightWidth: 1,
9696
width: "45%",
97+
overflow: "auto",
9798
// flex: "0 0 400px"
9899
}}
99100
>

0 commit comments

Comments
 (0)