Skip to content

Commit 42b1225

Browse files
committed
Merge pull request #294 from johnbradley/master
paper-input temporarily creates a horizontal scrollbar after typing first letter #277
2 parents 89358ec + 12ec72c commit 42b1225

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

paper-input.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<style>
7272
:host {
7373
display: block;
74+
overflow: hidden;
7475
}
7576

7677
input::-webkit-input-placeholder {

paper-textarea.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
<style>
3838
:host {
3939
display: block;
40+
overflow: hidden;
4041
}
4142
</style>
4243

0 commit comments

Comments
 (0)