Skip to content

Bootstrap 4 - Problem with overflow #290

Description

@jovi-tsx

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions