Off Canvas Layout For Twitter BootStrap

后端 未结 5 1414
庸人自扰
庸人自扰 2021-02-08 11:57

Is there any example of a \"Off Canvas\" layout using twitter bootstrap ?

I found one in Foundation and there is also this CSS3 Experiment but nothing for Twitter Bootst

5条回答
  •  鱼传尺愫
    2021-02-08 12:20

    Here is a generic example for "Off-Canvas" using twitter bootstrap:

    http://codepen.io/krichnafsky/full/cuhkL

    Feel free to use it. If you have any questions let me know.

    Thats not a bad solution. Fairly simple. I would just add

    html { overflow-x: hidden; }
    

    so it doesn't add a bottom scroll bar while viewing the menu. Shouldn't need a bottom scroll bar anyway using bootstrap responsive.

提交回复
热议问题