Add missing position

This commit is contained in:
Cory LaViska
2017-08-30 16:22:12 -04:00
parent 4c518ea922
commit b662e8408a
2 changed files with 3 additions and 1 deletions

2
dist/shoelace.css vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,8 @@
/*! File buttons */
.file-button {
position: relative;
& input[type="file"] {
position: absolute;
height: 1px;