Merge pull request #3367 from denilsonsa/patch-2

[Fix] Position:fixed for .global-dropzone-overlay
This commit is contained in:
shamoon 2023-05-09 23:48:02 -07:00 committed by GitHub
commit e5973ef713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;