Bootstrap 4: Stop collapse from pushing content down

后端 未结 2 1529
甜味超标
甜味超标 2021-01-18 03:34

I\'m using Bootstrap 4 Collapse and it\'s working perfectly, I just want to have one thing changed, if possible. Is there a way to stop it from pushing down the content bene

2条回答
  •  旧巷少年郎
    2021-01-18 04:08

    This code should work!

    .content {
      position: relative;
    }
    
    #collapseExample {
      position: absolute;
      z-index: 1;
    }
    
    
    
    
    
    
    

    Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.
    Content goes here

提交回复
热议问题