fix color picker position (#10009)

This commit is contained in:
José Varela
2021-11-24 22:11:53 +00:00
committed by GitHub
parent f263dcf4db
commit 7eb106e229

View File

@@ -302,7 +302,9 @@ export default defineComponent({
}
.v-input.html-color-select {
display: none;
width: 0;
height: 0;
visibility: hidden;
}
.color-input {