Skip to content

Commit 12ec72c

Browse files
committed
paper-input paper-textarea overflow: hidden
1 parent 4cd13d0 commit 12ec72c

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)