Skip to content

Commit

Permalink
Fixed box shadow on dropdowns on webkit (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruzyna committed Jun 14, 2024
1 parent 7c688b6 commit 30b72a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions styles/inputs.css
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@
.wr_dropdown {
width: var(--input-width);
height: var(--input-height);
-webkit-appearance: none;
}

.wr_dropdown.slim, .wr_select.slim {
Expand Down

0 comments on commit 30b72a7

Please sign in to comment.