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
No known key found for this signature in database
GPG Key ID: 3F0D955A0F6AD729
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ body.loading {
#dropzone {
text-align: center;
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;

View File

@ -117,7 +117,7 @@ h3.title {
#dropzone {
text-align: center;
position: absolute;
position: fixed;
top: 0;
left: 0;
width: 100%;