Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bootstrap's 3.x Panel with 100% height

Is it possible to css a panel to have 100% height? I tried

html,body{ height:100%}

and than put height: 100% in the panel, without luck.

like image 468
Khrys Avatar asked Sep 16 '13 12:09

Khrys


1 Answers

Every parent elements must have height: 100%

like image 145
arnistrong Avatar answered Oct 12 '22 01:10

arnistrong