Skip to content

Commit a6e3bc3

Browse files
authored
Merge pull request DSpace#3220 from Neki-IT/EnablingNavbarLinksInImportSection
Enabling navbar links in import section
2 parents 6657b46 + 2c259f5 commit a6e3bc3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/app/shared/upload/file-dropzone-no-uploader/file-dropzone-no-uploader.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@
66
top: 0;
77
left: 0;
88
z-index: -1;
9+
display: block;
10+
opacity: 0;
11+
visibility: hidden;
12+
transition: opacity 0.3s ease, visibility 0.3s ease;
913
}
1014

1115
.ds-document-drop-zone-active {
1216
z-index: var(--ds-drop-zone-area-z-index) !important;
17+
opacity: 1;
18+
visibility: visible;
1319
}
1420

1521
.ds-document-drop-zone-inner {

0 commit comments

Comments
 (0)