diff --git a/front/core/components/input-file/index.html b/front/core/components/input-file/index.html index a676b2ced..14d138cfe 100644 --- a/front/core/components/input-file/index.html +++ b/front/core/components/input-file/index.html @@ -12,7 +12,6 @@ tabindex="0"> diff --git a/front/core/components/input-file/style.scss b/front/core/components/input-file/style.scss index 2737635bf..5416d0817 100644 --- a/front/core/components/input-file/style.scss +++ b/front/core/components/input-file/style.scss @@ -4,10 +4,15 @@ .value { cursor: pointer; } -} -#input { - position: absolute; - top: 0; - opacity: 0; + input[type=file] { + position: absolute; + top: 0; + opacity: 0; + } + + section { + position: absolute; + bottom: 0; + } } \ No newline at end of file