diff --git a/customize.dist/src/less2/include/fileupload.less b/customize.dist/src/less2/include/fileupload.less index 5c69ab8bd..cbd85e06f 100644 --- a/customize.dist/src/less2/include/fileupload.less +++ b/customize.dist/src/less2/include/fileupload.less @@ -13,7 +13,7 @@ .modal_base(); position: absolute; right: 10vw; - bottom: 10vh; + bottom: 1vh; border-radius: @variables_radius; box-sizing: border-box; z-index: 100001; //Z file upload table container: just above the file picker @@ -23,7 +23,7 @@ overflow-y: auto; overflow-x: hidden; @media screen and (max-width: @browser_media-medium-screen) { - left: 1vw; right: 1vw; bottom: 5vw; + left: 1vw; right: 1vw; bottom: 1vw; } .cp-fileupload-header {