mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-01-23 02:35:23 +00:00
Dropzone should be fixed to viewport, instead of fixed to sibling
element
This commit is contained in:
parent
2eed7a8a1c
commit
ffac1adad6
2 changed files with 2 additions and 2 deletions
|
|
@ -82,7 +82,7 @@ body.loading {
|
|||
|
||||
#dropzone {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue