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