Twitter bootstrap dropdown goes outside the screen

后端 未结 8 1135
失恋的感觉
失恋的感觉 2021-01-30 00:14

I want to implement twitter bootstrap dropdown menu, here\'s my code:

 


        
8条回答
  •  佛祖请我去吃肉
    2021-01-30 01:12

    Since Bootstrap v3.1.0 adding .pull-right is deprecated on dropdown menus. A .dropdown-menu-right should be added to ul.dropdown-menu instead. Docs

提交回复
热议问题