Skip to content

Commit

Permalink
Merge pull request DSpace#3220 from Neki-IT/EnablingNavbarLinksInImpo…
Browse files Browse the repository at this point in the history
…rtSection

Enabling navbar links in import section
  • Loading branch information
kshepherd authored Aug 1, 2024
2 parents 6657b46 + 2c259f5 commit a6e3bc3
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
top: 0;
left: 0;
z-index: -1;
display: block;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
}

.ds-document-drop-zone-active {
z-index: var(--ds-drop-zone-area-z-index) !important;
opacity: 1;
visibility: visible;
}

.ds-document-drop-zone-inner {
Expand Down

0 comments on commit a6e3bc3

Please sign in to comment.