Slidebars icon indicating copy to clipboard operation
Slidebars copied to clipboard

DOM element ('html') scrolling cause bootstrap modal can't lock the background scrolling.

Open iravan opened this issue 10 years ago • 1 comments

Bootstrap modal has class modal-open to lock the background scrolling.

But I discover that it won't work with Slidebars.

in slidebars.css line 36 : overflow-x: hidden; //delete that can solve my problem.

Thanks that plugin.

iravan avatar Sep 19 '14 06:09 iravan

You can't remove overflow x, if you do, the width of the site will expand when a Slidebar is opened, causing horizontal scrolling.

I'll take a look into it when I can.

adchsm avatar Sep 19 '14 08:09 adchsm