mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix upload table z-index
This commit is contained in:
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…
Reference in New Issue
Block a user