Positioning in Bootstrap dropdown element in Firefox
I am trying to position a Bootstrap close button within a dropdown element
(also Bootstrap).
<div id="contextmenu" class="dropdown clearfix" style="position:
absolute;">
<ul class="dropdown-menu" style="display: block;">
<li>Text <button type="button" class="close">×</button></li>
</ul>
</div>
That thing floats right, but appears mispositioned in Firefox (first
screenshot). Chrome renders it as intended (second screenshot).
Is there any way to make Firefox render it correctly (i.e. as Chrome does)?
No comments:
Post a Comment