Dropzone should be fixed to viewport, instead of fixed to sibling
element
This commit is contained in:
@@ -82,7 +82,7 @@ body.loading {
|
||||
|
||||
#dropzone {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user