Slidebars
Slidebars copied to clipboard
DOM element ('html') scrolling cause bootstrap modal can't lock the background scrolling.
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.
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.