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

How to make #page-wrapper height 100 % ? #14

Closed
paanblogger opened this issue Apr 4, 2015 · 2 comments
Closed

How to make #page-wrapper height 100 % ? #14

paanblogger opened this issue Apr 4, 2015 · 2 comments

Comments

@paanblogger
Copy link

Is it possible to change #page-wrapper , to 100% height ? I dont want to have black background color , under pagewrapper , when my dont have many content.
startbootstrap

@kossa
Copy link
Contributor

kossa commented Apr 4, 2015

You should add :

html,body{  height: 100%; }
#wrapper{height: 100%;}
#page-wrapper{min-height: 100%;}

Result : http://i.imgur.com/8qwh6Ev.png ;)

@xbipin
Copy link

xbipin commented Oct 2, 2017

setting the above still gives vertical scroll bar so did any1 figure out a way to get rid of that as we used this template to create our complete admin portal and i cant seem to get rid of the scroll bar even if page content is less the full height

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

4 participants