Twitter Bootstrap modal opening/closing causes fixed header to jump

后端 未结 14 2386
旧时难觅i
旧时难觅i 2021-01-08 01:39

I am almost done with a simple 2-page website for my registered domain names. Unfortunately I have one small issue I can\'t seem to fix: a jumpy header when a Twitter Bootst

14条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-08 02:00

    I have a structure:

    
    
      
      
    ...
    ...
    ...

    I'm using this CSS:

    body.modal-open {padding-right: 0 !important}
    body.modal-open nav,
    body.modal-open section,
    body.modal-open footer {padding-right: 17px !important}
    

提交回复
热议问题