You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@grassick I just hit this too while working on expressions for ImageWidgetComponent.
This one is really tricky as the dropdown is absolutely positioned. I tested with bootstrap collapse and it stretches the modal body as expected.
Working on a fix for absolutely positioned elements.
The fix for scrolling modal body is a blocker to fix this one. We added overflow: auto to modal body which makes the dropdown to actually scroll. If we remove overflow:auto the dropdown will pop out of the modal.
Go to portal.mwater.co/#datagrids
Pick Water Point, flip to filter tab. Then click on the box. It puts a scroll bar instead of making the modal bigger.
The text was updated successfully, but these errors were encountered: