Skip to content

Commit 0b868e8

Browse files
committed
fixing temporary scrollbar again
1 parent 12ec72c commit 0b868e8

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

paper-input-container.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
top: 0;
190190
right: 0;
191191
left: 0;
192+
width: 100%;
192193
font: inherit;
193194
color: var(--paper-input-container-color, --secondary-text-color);
194195

@@ -201,8 +202,8 @@
201202
.input-content.label-is-floating ::content .paper-input-label {
202203
-webkit-transform: translateY(-75%) scale(0.75);
203204
transform: translateY(-75%) scale(0.75);
204-
-webkit-transition: -webkit-transform 0.25s;
205-
transition: transform 0.25s;
205+
-webkit-transition: -webkit-transform 0.25s, width 0.25s;
206+
transition: transform 0.25s, width 0.25s;
206207
-webkit-transform-origin: left top;
207208
transform-origin: left top;
208209

paper-input.html

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

7776
input::-webkit-input-placeholder {

paper-textarea.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
<style>
3838
:host {
3939
display: block;
40-
overflow: hidden;
4140
}
4241
</style>
4342

0 commit comments

Comments
 (0)