Skip to content

Commit

Permalink
fix(date-picker): fix layout glitch when zoomed out (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee authored Dec 15, 2021
1 parent 6c44c3e commit b895d34
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ duet-date-picker .duet-date__input:focus {

duet-date-picker .duet-date__toggle {
border-radius: 0 var(--duet-radius) var(--duet-radius) 0;
background: transparent;
}

duet-date-picker .duet-date__toggle:focus {
Expand Down

0 comments on commit b895d34

Please sign in to comment.