Smooth scroll to does not work with an id inside a modal

I tried the smooth scroll component by clicking on a button that should scroll me to an id of an element in a modal.

The page body scrolls, but not the modal content.

Is this a bug in app connect 2 or just not possible with this component to scroll to id inside a modal.

just added this to test and it works by jumping to id, but of course does not scroll:

<a href="#addBeneficiary15" id="btn29" class="btn" dmx-on:click="">Button</a>

Maybe the Scrollable option of the Modal is needed to be enabled?
Just saying...
image

Also tried that, but it looks like my modal the only stretches to bottom of page and seemingly has a overflow:none css attribute which prevents any scrolling.

Further to this it seems the app connect browser component also does not work for scrolling position inside a modal.

Is this a bug or a feature?

using this code to test:

dmx-class:bg-danger="browser1.scrollY.offset&lt;=50"

This is what I get in container on page content:

nothing happens inside when scrolling inside a modal:

Please confirm so I can stop trying to get this to work :slight_smile: