mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 15:25:41 +01:00
Merge pull request #3367 from denilsonsa/patch-2
[Fix] Position:fixed for .global-dropzone-overlay
This commit is contained in:
commit
e5973ef713
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ table.table {
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-dropzone-overlay {
|
.global-dropzone-overlay {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue