Fix css file-input

This commit is contained in:
acognet
2021-01-26 17:08:44 +01:00
parent 8fba402016
commit c65a760de7
2 changed files with 11 additions and 6 deletions

View File

@@ -224,12 +224,13 @@ $file-name-max-width: 16em !default;
}
.file-input {
height: 100%;
left: 0;
outline: none;
position: relative;
top: 0;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
outline: none;
position: absolute;
top: 0;
width: 100%;
}
.file-cta,