push the pending upload table below the file upload dialog

This commit is contained in:
ansuz 2020-02-10 11:07:46 -05:00
parent cff663e876
commit 63a36df39b

View file

@ -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;