Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(input): remove overflow-x causing drop on iOS
Browse files Browse the repository at this point in the history
Closes #2539
  • Loading branch information
Marcy Sutton committed Apr 29, 2015
1 parent c284438 commit f1df6dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ md-input-container {
position: relative;
flex-direction: column;

overflow-x: hidden;
padding: $input-container-padding;
padding-bottom: $input-container-padding + $input-error-height;

Expand Down

0 comments on commit f1df6dc

Please sign in to comment.