Keep Bootstrap Dropdown open in Navbar no matter what

后端 未结 2 1415
耶瑟儿~
耶瑟儿~ 2021-01-18 21:07

I have a dropdown menu nested in a navbar that I am opening during page load by adding the open class to the li element containing the dropdown men

2条回答
  •  南笙
    南笙 (楼主)
    2021-01-18 21:28

    This uses only css. working demo

    Add a class to the dropdown ul (.stay-open)

    then apply style display block with !important

    .stay-open {display:block !important;}
    

提交回复
热议问题