Skip to content

Commit

Permalink
Fix text-area scroll with fixed height in material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Nii Yeboah committed Feb 15, 2019
1 parent 48147e5 commit cbd463e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme/material/vaadin-text-field-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
}

[part="input-field"] {
position: relative;

This comment has been minimized.

Copy link
@niiyeboah

niiyeboah Feb 15, 2019

What was the reason for setting the position to relative here?

top: -0.2px; /* NOTE(platosha): Adjusts for wrong flex baseline in Chrome & Safari */
height: 32px;
padding-left: 0;
Expand Down

0 comments on commit cbd463e

Please sign in to comment.