Feature request: ability to scroll on a switch inside a panel

Hello

I have a list of files in a switch, and the user can select a file and click load.

The list can be long so I I nested the switch into a panel.

The panel heigth is 100%, but the switch heigth is more than that.

intuitively, we would expect to be able to scroll by dragging the switch widget up or down.

but it doesn't scroll.

The only way to browse further into the list is to use the scrollbars on the right, which are a bit tiny.

Here is a pic to illustrate:

Is there any mean to allow the switch to scroll?

thx

Currently not, I’ll dig this.

bump :wink:

Or maybe there is a way to make scrollbars bigger?

I've implemented a "click" mode for this widget that lets you scrolling, we're not close to release though.

Or maybe there is a way to make scrollbars bigger?

panel.css:
--scrollbar-size: 40rem;

OK thx!

I'll use the css workaround for the scrollbars, in the meantine

just to let you know that the scrollbar size workaround works correctly. thx!