-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome Update Breaks Scroll Behavior #367
Comments
The latest version of Chrome breaks the scrolling of div elements. This hotfix applies the workaround in mdgriffith/elm-ui#367
Thank you for sharing this fix! This issue and corresponding mitigation is also discussed on the chromium issue tracker at https://issues.chromium.org/issues/368634145 |
Today, I learned more about mitigating the scrollbar issue that has appeared with Chrome 129. Therefore, I tested removing the But even after this improvement, I noticed a case where the behavior differed from earlier combinations. In one case, I had an |
Fix the issue of disappearing scrollbars that appeared with the rollout of Chromium 129, as discussed at <mdgriffith/elm-ui#367 (comment)> and <https://issues.chromium.org/issues/368634145> Since the BotLab client software uses the Evergreen distribution mode of WebView2, the GUI has been affected by the rollout of the shared implementation.
This thread revolves around this issue with elm-ui: mdgriffith/elm-ui#367
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. Addingmin-height: unset
to the element with thescrollbars
attribute fixes the problem on Chrome (see Ellie).Versions
The text was updated successfully, but these errors were encountered: