Overflow hidden in dialog when dragging a multifield nested in a tab Hello,I am encountering the following issue.Whenever a dialog box contains multiple tabs (granite/ui/components/coral/foundation/tabs) and in one of those tabs is nested a Coral3 multifield (granite/ui/components/coral/foundation/form/multifield), when dragging and dropping the single fields of the multifield to rearrange their order (i.e. when clicking on the moveUpDown icon), the scroll bar on axis-y disappears, since a javascript is fired that sets the property overflow of the container to hidden.The same dynamic does not reproduce if the multifield is not nested in a tab. This is, more or less, the situation before clicking on the button to move the fields:(some of the fields are blanked out, but they are actually there)And this is an image of what happens when you click on the highlighted icon to move the field up and down:As you can see, the scrollbar disappears. To be more specific, this line of code in the coralui3.js is executed: Which sets the overflo