We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17ca9f commit cdded4aCopy full SHA for cdded4a
1 file changed
src/css/form.css
@@ -1107,9 +1107,12 @@ input[type="range"]:disabled::-moz-range-progress {
1107
1108
.input-hide input[type="color"],
1109
.input-hide input[type="file"] {
1110
+ margin: 0;
1111
opacity: 0;
1112
width: 1px;
1113
height: 1px;
1114
+ min-width: 1px;
1115
+ min-height: 1px;
1116
position: absolute;
1117
top: 0;
1118
left: 0;
0 commit comments