How to create a Gmail like layout with Twitter Bootstrap

前端 未结 4 2045
北海茫月
北海茫月 2021-02-02 16:59

Is it possible to create a GMail/GoogleGroups-like layout using Twitter Bootstrap, so that the layout always fits to the viewport (window height) and the sidebar and content are

4条回答
  •  温柔的废话
    2021-02-02 17:40

    Check out the scaffolding section at

    http://twitter.github.com/bootstrap/scaffolding.html#layouts

    Specifically under the Fluid Layout/Fixed Layout sections

    If you want to make the sections scrollable just add

    overflow-y:auto;
    

    to the css in your divs

提交回复
热议问题