v4 bootstrap full height sidebar

前端 未结 4 658
别那么骄傲
别那么骄傲 2021-01-18 04:25

I using the latest version of bootstrap and my siderbar is too short and not full height.
You can view it from here: http://srv.sniperjum.com/sh1omi/bootstrap-dev/
C

4条回答
  •  时光说笑
    2021-01-18 04:50

    The easier way is to do something like that:

    .sidebar {
        height: calc(100vh - 54px); /* 54 pixel is the height of your .navbar */
    }
    

提交回复
热议问题