diff --git a/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte b/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte index e45490ce5d..3d4ea60bf1 100644 --- a/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte +++ b/frontend/src/lib/components/flows/propPicker/PropPickerWrapper.svelte @@ -110,4 +110,13 @@ width: 0 !important; border: none !important; } + + :global(.splitpanes__pane) { + overflow-y: auto; + scrollbar-width: none; + } + + :global(.splitpanes__pane:hover) { + scrollbar-width: thin; + }