Skip to content
This repository has been archived by the owner on Feb 27, 2018. It is now read-only.

No scrolling #15

Open
elaur opened this issue May 2, 2012 · 4 comments
Open

No scrolling #15

elaur opened this issue May 2, 2012 · 4 comments

Comments

@elaur
Copy link

elaur commented May 2, 2012

Hi,

I have a issue with scrolling, not work.

I use just css.
i pus css in file.

i added into my page.

<div class="container">
<div class="content">

// rest of code

</div>
</div>
</body>

and scrolling not wok :|

what i can do ?

@MilanJa
Copy link

MilanJa commented May 31, 2012

add this to your css:

body {
  overflow: visible;
}

@jimrubenstein
Copy link

@Hosselaer is that really the preferred way to enable scrolling? It seems that scrolling should work out of the box, to me...is there a reason it's not?

@MilanJa
Copy link

MilanJa commented Aug 16, 2012

I don't know why overflow is hidden by default, you could ask @ckrack but looking at the activity on this repo you're not likely going to see much updates.
I just ran into the same issue as melaur and decided to post a fix for the common good.

@lienista
Copy link

You can check whether your html or body has height:100% and remove this. I just spent an hour on this and scratching my head over this. [My css works fine on the standard bootstrap but not this fb version, so there's something definitely different for this version.]

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

No branches or pull requests

4 participants