Skip to content

Commit

Permalink
Implement review changes #1086
Browse files Browse the repository at this point in the history
  • Loading branch information
DianaXWiki committed Sep 15, 2023
1 parent f025478 commit 35d1209
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions customize.dist/src/less2/include/fileupload.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {
Expand Down

0 comments on commit 35d1209

Please sign in to comment.