mirror of https://github.com/xwiki-labs/cryptpad
Adjust position of upload modal on large screens
- while we wait for a better sollution for altertify log position - give space under the upload modal for the log to be shown
This commit is contained in:
parent
35d1209291
commit
c4de335ac3
|
@ -13,7 +13,7 @@
|
|||
.modal_base();
|
||||
position: absolute;
|
||||
right: 10vw;
|
||||
bottom: 1vh;
|
||||
bottom: 100px;
|
||||
border-radius: @variables_radius;
|
||||
box-sizing: border-box;
|
||||
z-index: 100001; //Z file upload table container: just above the file picker
|
||||
|
|
Loading…
Reference in New Issue