Skip to content

Commit

Permalink
fix: πŸ› Fixed dropdown appearance on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Feb 3, 2019
1 parent 459343c commit 8e876e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/_base/Dropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@ export default {
<style lang="scss" scoped>
select {
font-family: var(--font-family);
font-size: 13px;
color: var(--color-default-light);
border-radius: 3px;
border: 1px solid #CCC;
padding: 6px 10px 6px;
height: 34px; /* macOS needs this */
}
</style>

0 comments on commit 8e876e1

Please sign in to comment.