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

.row causing horizontal scroll when there's content. #254

Closed
justinemar opened this issue Jul 30, 2017 · 1 comment
Closed

.row causing horizontal scroll when there's content. #254

justinemar opened this issue Jul 30, 2017 · 1 comment

Comments

@justinemar
Copy link

justinemar commented Jul 30, 2017

No styles yet added to any of the elements , i also removed my reset.css to check if it's the one causing the issue but no luck.. upon inspecting the page with dev tool and changing or removing .row the horizontal scroll disappears.

<body>
	<header class="main-header header-bg">
	<div id="header-texts">
		<h1> Hi, i'm jcan.</h1>
		<h1> I'm a front-end developer </h1>
	</div>
	</header>
	<section id="main-section">
	 <div class="row">
    	<div class="col-xs-12 col-sm-8 col-md-6 col-lg-3">
          <div class="box">responsive (no)</div>
   		</div>
	 </div>
	</section>
</body>

trying auto-width gives me the same issue

<div class="row">
    <div class="col-xs">
        <div class="box">auto</div>
    </div>
</div>

Not tested yet to other browsers only chrome
Chrome: Version 60.0.3112.78 (Official Build) (32-bit)

@imevro
Copy link

imevro commented Aug 2, 2017

Seems like flexboxgrid was abandoned by @kristoferjoseph, so I forked project and made flexboxgrid2.

What is already done:

flexboxgrid2 right now is alpha5, so if you can test it and fills issues (or PRs!) I'll be very grateful.

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