Dropzone should be fixed to viewport, instead of fixed to sibling
element
This commit is contained in:
parent
2eed7a8a1c
commit
ffac1adad6
@ -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%;
|
||||||
|
Loading…
Reference in New Issue
Block a user