Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 4 - Problem with overflow #290

Open
jovi-tsx opened this issue Aug 23, 2017 · 1 comment
Open

Bootstrap 4 - Problem with overflow #290

jovi-tsx opened this issue Aug 23, 2017 · 1 comment

Comments

@jovi-tsx
Copy link

jovi-tsx commented Aug 23, 2017

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>
@JoryHogeveen
Copy link

Related: #257

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants