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
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?
The text was updated successfully, but these errors were encountered:
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:
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?
The text was updated successfully, but these errors were encountered: