Dropzone should be fixed to viewport, instead of fixed to sibling

element
This commit is contained in:
Haocen Xu
2019-08-21 02:24:56 -04:00
parent 2eed7a8a1c
commit ffac1adad6
2 changed files with 2 additions and 2 deletions

View File

@@ -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%;

View File

@@ -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%;