We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c36ca01 commit 8b40941Copy full SHA for 8b40941
ui/src/components/layouts/HalfMapLayout.tsx
@@ -94,6 +94,7 @@ export function HalfMapLayout({ children }: { children: ReactNode }) {
94
borderRightStyle: "solid",
95
borderRightWidth: 1,
96
width: "45%",
97
+ overflow: "auto",
98
// flex: "0 0 400px"
99
}}
100
>
0 commit comments