Skip to content

Commit

Permalink
fix: ensure that input[type=number] cannot overflow the stage on narr…
Browse files Browse the repository at this point in the history
…ow window
  • Loading branch information
lucasnetau committed Sep 11, 2023
1 parent c8da5e6 commit 38684f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sass/_stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@

input[type='number'] {
width: auto;
max-width: 100%;
}

input[type='color'] {
Expand Down

0 comments on commit 38684f3

Please sign in to comment.