Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #10711
Closed
Open
Issue created Sep 19, 2013 by Administrator@rootContributor

Horizontal scrollbar appeared on 100% width layout

Created by: shahariaazam

I have tried to make my layout 100%. And for that I didn't use any <div class ="container">. Just started with <div class ="row">.

<div class="row">
    <div class="col-md-3">
        <div class="sectionLeft">
            Sidebar Content
        </div>
    </div>
    <div class="col-md-9">
        Test content
    </div>
</div>

but it showing horizontal scroll bar. I don't know why. But I saw that it may cause from margin-left and margin-right negative value. But I am using Bootstrap v3.0.0 it should be fixed.

Please see my full code from http://bootply.com/81888

screenshot

Assignee
Assign to
Time tracking