Fix file input overflowing on moblie.

This commit is contained in:
Christian Bastian
2024-02-28 14:39:26 -05:00
parent a0ebb4e149
commit bf0ffd0bdb
2 changed files with 3 additions and 2 deletions

View File

@@ -473,7 +473,7 @@ class ImageSelect {
}
},
});
const el_upload = $el("div", {
const el_upload = $el("div.row.tab-header-flex-block", {
$: (el) => (this.elements.upload = el),
style: { display: "none" },
}, [