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

Grid columns - Horizontal scroll bar bug #9842

Closed
karthikeyanar opened this issue Aug 19, 2013 · 5 comments · May be fixed by phungmobile2/bootstrap#21
Closed

Grid columns - Horizontal scroll bar bug #9842

karthikeyanar opened this issue Aug 19, 2013 · 5 comments · May be fixed by phungmobile2/bootstrap#21
Labels

Comments

@karthikeyanar
Copy link

bs-error
My css changes:

.container {
max-width: none !important;
}

My html code

Col lg 4

        <div class="col-lg-4" style="background-color:yellow">
                <h1>
                    Col lg 4
                </h1>
        </div>
        <div class="col-lg-4" style="background-color:black">
                <h1>
                    Col lg 4
                </h1>
        </div>
    </div>
</div>

I see the Horizontal scrollbar in the page

why ?
plz help

@mdo
Copy link
Member

mdo commented Aug 19, 2013

Update to the latest v3—this isn't an issue anymore.

@mdo mdo closed this as completed Aug 19, 2013
@westwind79
Copy link

It's still an issue! Horizontal scroll is back in 3!

@ggam
Copy link
Contributor

ggam commented Sep 11, 2013

@nwestwind have you tested that on master? I think @mdo refers to that version and not the official released 3.0

@westwind79
Copy link

@ggam After hours of reading and testing out the new HTML/CSS it's now clear that I had to have a container around every row otherwise the horizontal scroll shows up and seemed to be difficult to find in the documentation that it's required. My apologies that I said something, I was just super pissed that I spent all that time trying to "fix" my code to find the bug.

@ggam
Copy link
Contributor

ggam commented Sep 11, 2013

@nwestwind probably a note about the need of wrapping rows around container should be added to the docs. There are a couple users complaining about a lack of clear documentation of the new grid system.
Anyway the good thing is that, thanks to your comment, other people with the same problem will find the solution faster just by searching on existing issues :).

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

Successfully merging a pull request may close this issue.

4 participants