Skip to content

Commit

Permalink
fix(cosmoz-dropdown): correct dropdown position in Firefox
Browse files Browse the repository at this point in the history
Fixes dropdown positioning in Firefox.
  • Loading branch information
megheaiulian committed Oct 25, 2022
1 parent 3c82224 commit d6cca97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/cosmoz-dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ const preventDefault = (e) => e.preventDefault(),
::slotted(svg) {
pointer-events: none;
}
@-moz-document url-prefix() {
#content {
left: auto;
}
}
</style>
<div class="anchor" part="anchor">
<button
Expand Down

0 comments on commit d6cca97

Please # to comment.