Chrome 59 Breaks Scrolling on Modal Windows

5 replies·opened Jul 7, 2017
W
williambuetiJul 7, 2017

Chrome version 59.x seems to have broken the ability to scroll on modal windows.
I have tested this on Chrome 59.x (64 bit) on both Windows and Linux.

S
SemiColonWebSTAFFJul 15, 2017

Hello,

We Really Apologize about the Inconveniences caused!

Can you please provide us with a Live URL of the Page you are facing this issue on so that we can check out the exact error and provide you with a more accurate solution for this. Thanks for your Patience.

Meanwhile, do let us know if we can help you with anything else or if you find any further issues with Canvas.

B
benjaminbachJul 15, 2017

I can confirm this issue and didn't find any easy solution. At the moment I do not have a live version online. I might be able to upload one later.

S
SemiColonWebSTAFFJul 16, 2017

Hello,

This issue appears to be with the Twitter Bootstrap Plugin. Consider adding the following CSS Code:

.modal-open { overflow: auto; }

This should fix the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

B
benjaminbachJul 16, 2017

Did not fix it out of the box, it pointed me to the problem and works now with:

.modal-open .modal  { overflow: auto; }

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard