Browse Source

push the pending upload table below the file upload dialog

master
ansuz 11 months ago
parent
commit
63a36df39b
1 changed files with 1 additions and 1 deletions
  1. 2
      customize.dist/src/less2/include/fileupload.less

2
customize.dist/src/less2/include/fileupload.less

@ -14,7 +14,7 @@
right: 10vw;
bottom: 10vh;
box-sizing: border-box;
z-index: 1000000; //Z file upload table container
z-index: 100000; //Z file upload table container
display: none;
color: darken(@colortheme_drive-bg, 10%);
max-height: 180px;

Loading…
Cancel
Save