mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
Position:fixed for .global-dropzone-overlay
If the user tried dropping a file onto the paperless-ngx UI, but the page itself had scrolled down a bit, the overlay would have scrolled together with the page. This commit makes the overlay fixed to the viewport, independent from the scroll position. This one-word commit was done directly through the GitHub web interface.
This commit is contained in:
parent
d7d95037be
commit
5364a29b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -468,7 +468,7 @@ table.table {
|
|||
}
|
||||
|
||||
.global-dropzone-overlay {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue