How to create a fixed sidebar layout with Bootstrap 4?

前端 未结 5 1275
执笔经年
执笔经年 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 14:50

    something like this?

    #sticky-sidebar {
    position:fixed;
    max-width: 20%;
    }
    
    
    Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

提交回复
热议问题