Skip to content
Snippets Groups Projects
Commit c2278071 authored by Dennis Collaris's avatar Dennis Collaris Committed by Leonardo Christino
Browse files

fix: ensure the inspector panel scrolls when overflowing

parent 3bc822bd
No related branches found
No related tags found
1 merge request!174fix: ensure the inspector panel scrolls when overflowing
Pipeline #137930 passed
......@@ -66,7 +66,7 @@ export function VisualizationSettings({}: Props) {
};
return (
<div className="flex flex-col w-full">
<div className="flex flex-col w-full overflow-auto">
<div className="text-sm px-4 py-2 flex flex-col gap-1">
<div className="flex justify-between items-center">
<span className="font-bold">Visualization</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment