Skip to content

Commit cc91da2

Browse files
committed
fixes #352 safari hack: focusing input w/ 0 height
1 parent bcb648f commit cc91da2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

paper-input-container.html

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@
237237
transition: transform 0.25s, width 0.25s;
238238
-webkit-transform-origin: left top;
239239
transform-origin: left top;
240+
/* Fix for safari not focusing 0-height date/time inputs with -webkit-apperance: none; */
241+
min-height: 1px;
240242

241243
@apply --paper-font-common-nowrap;
242244
@apply --paper-font-subhead;

0 commit comments

Comments
 (0)