Skip to content

Commit

Permalink
Merged in task/dspace-cris-2023_02_x/DSC-1763 (pull request DSpace#1827)
Browse files Browse the repository at this point in the history
[DSC-1763]

Approved-by: Andrea Barbasso
  • Loading branch information
Simone-Ramundi authored and Andrea Barbasso committed Jun 25, 2024
2 parents 4a24d9b + b405b08 commit cda5484
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ng-template #template>
<ng-container *ngIf="bulkExportLimit !== '0'">

<div class="add dropdown-container" display="dynamic" placement="bottom-right"
<div class="add" display="dynamic" placement="bottom-right"
ngbDropdown >
<button class="btn btn-md btn-outline-primary" id="dropdownSubmission" ngbDropdownToggle
type="button"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
:host {
display: none;
}

.dropdown-container {
z-index: 1025;
}

0 comments on commit cda5484

Please sign in to comment.