Skip to content

Commit

Permalink
fix firefox custom select positioning (#10389)
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis authored Oct 18, 2023
1 parent 090ca2c commit 226ad0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/components/CustomSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default {
left: 0;
top: 0;
bottom: 0;
right: 0;
width: 100%;
position: absolute;
opacity: 0;
-webkit-appearance: menulist-button;
Expand Down

0 comments on commit 226ad0d

Please sign in to comment.