fbootstrapp icon indicating copy to clipboard operation
fbootstrapp copied to clipboard

No scrolling

Open elaur opened this issue 14 years ago • 4 comments

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 ?

elaur avatar May 02 '12 08:05 elaur

add this to your css:

body {
  overflow: visible;
}

MilanJa avatar May 31 '12 14:05 MilanJa

@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?

jimrubenstein avatar Aug 16 '12 13:08 jimrubenstein

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.

MilanJa avatar Aug 16 '12 20:08 MilanJa

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.]

lienista avatar Jan 18 '13 08:01 lienista