twitter bootstrap drop down suddenly not working

后端 未结 14 1263
半阙折子戏
半阙折子戏 2020-11-28 22:18

i was wondering if someone could help me. my bootstrap drop down menu suddenly stopped working. i have no idea why. it was working before. i didn\'t touch my views my layout

14条回答
  •  隐瞒了意图╮
    2020-11-28 22:58

    I had this error and it turns out my CSS was preventing the dropdown to work.

    Specifically I had 'overflow: hidden;' in my header nav CSS . Removing that solved the issue.

提交回复
热议问题