From 63a36df39b86a943aa9ca1259fcc8792e1021fba Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 10 Feb 2020 11:07:46 -0500 Subject: [PATCH] push the pending upload table below the file upload dialog --- customize.dist/src/less2/include/fileupload.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less2/include/fileupload.less b/customize.dist/src/less2/include/fileupload.less index 91117fedd..8fb1c8857 100644 --- a/customize.dist/src/less2/include/fileupload.less +++ b/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;