Skip to content

Commit

Permalink
fix: πŸ› Fixed dropdown look on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Oct 25, 2019
1 parent 16a9ae1 commit 088e590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/_base/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ select {
color: var(--color-default-light);
border-radius: 3px;
border: 1px solid #ccc;
background: white;
padding: 6px 10px 6px;
height: 34px; /* macOS needs this */
}
Expand Down

0 comments on commit 088e590

Please sign in to comment.