Fix upload table z-index

pull/1/head
yflory 4 years ago
parent 7b4a89be92
commit a857a0e3d4

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

Loading…
Cancel
Save