Twitter Bootstrap - 100% Height

前端 未结 3 1053
醉酒成梦
醉酒成梦 2021-02-01 08:44

I\'m trying to design an Admin panel for my application using twitter-bootstrap framework but i cannot get my layout to work.

I was inspired by this design:

3条回答
  •  滥情空心
    2021-02-01 08:50

    Here is an example that works for Bootstrap 3..

    Make sure the HTML and body are both 100% height. Wrap the sidebar and content and then use position:absolute on the sidebar.

    http://www.bootstrapzero.com/bootstrap-template/basis

    Code: http://bootply.com/86704

提交回复
热议问题