How to create a fixed sidebar layout with Bootstrap 4?

前端 未结 5 1273
执笔经年
执笔经年 2020-12-02 14:40

I\'m trying to create a layout like the screenshot using Bootstrap 4 but I\'m having some problems with making the sidebar fixed and achieving this layout at the sa

5条回答
  •  离开以前
    2020-12-02 15:08

    My version:

    div#dashmain { margin-left:150px; }
    div#dashside {position:fixed; width:150px; height:100%; }
    
    Content

提交回复
热议问题