Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Modal Scrollbar Disappears in Chrome 85.0.4183.83 #141

Closed
eihabi opened this issue Aug 28, 2020 · 1 comment
Closed

Modal Scrollbar Disappears in Chrome 85.0.4183.83 #141

eihabi opened this issue Aug 28, 2020 · 1 comment

Comments

@eihabi
Copy link

eihabi commented Aug 28, 2020

Hi @robinparisi,

The latest version of Chrome has a bug that hides the scroll bars on Windows 10 as seen on this screenshot.

It appears that this issue was also present in Chrome 41.

There are a couple of workarounds that I was able to find, but nothing that is acceptable:

  1. Disable hardware acceleration. This resolves the problem but hardly a fix for users/visitors.
  2. Apply transform:translateZ(0); to the modal. This shows the scroll bar but breaks the DOM flow and causes footer content that are attached to the bottom of the screen to lose their position.

Apart from a re-write to contain the scrollbar within the modal content div I'm not really sure what can be done here.

Thoughts?

@robinparisi
Copy link
Owner

Hi @eihabi,

Thanks for filling out an issue. I can't test on Windows for now but I will try to do so as soon as possible.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
2 participants