-
Notifications
You must be signed in to change notification settings - Fork 298
Open
Description
Hello, my problem is:
When I install Slidebar, my body tag has hidden overflow, so I can't scroll down the page. However, if I set overflow to auto on body, I have a little blank space between the content of the page and the slidebar.
An image to explain better the problem: http://prntscr.com/gc8l3z
My structure looks like this:
<div data-off-canvas="main-menu right push">
<ul class="menu">
<li>...</li>
</ul>
</div>
<div class="container-fluid">
<div data-canvas="container">
CONTENT HERE
</div>
</div>
Metadata
Metadata
Assignees
Labels
No labels