Open
Description
Bug
After a recent Chrome update, we have noticed that the scroll behavior is broken.
Ellie example: https://ellie-app.com/smLZnK4J7cta1
Expected Behavior
The scrollable container should scroll and not overflow.
Investigation
At first glance, the Chrome behavior of min-height: min-content
might have changed. Adding min-height: unset
to the element with the scrollbars
attribute fixes the problem on Chrome (see Ellie).
Versions
- OS: macOS and Windows
- Browser: Chrome/Chromium-based browsers
- Browser Version: Version 129.0.6668.71 (Official Build) (arm64)
- Elm Version: [Please specify the version number]
- Elm UI Version: [Please specify the version number]