简体   繁体   中英

bootstrap dropdown-toggle not working in FF

Any idea why my bootstrap 'dropdown-toggle' doesn't work in FF?

LINK

<div class="dropdown pull-right">
<a class="dropdown-toggle" data-toggle="dropdown">CART</a>
<div class="dropdown-menu">
STUFF       
</div>
</div>

Thank you

在custom.css中,您具有display:block下拉菜单,因此覆盖了bootstrap display:none,因此请对其进行注释,以查看FF中的情况。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM