Skip to content

Commit cda5484

Browse files
Simone-RamundiAndrea Barbasso
authored andcommitted
Merged in task/dspace-cris-2023_02_x/DSC-1763 (pull request DSpace#1827)
[DSC-1763] Approved-by: Andrea Barbasso
2 parents 4a24d9b + b405b08 commit cda5484

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/app/shared/search/item-export/item-export-modal-launcher/item-export-modal-launcher.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<ng-template #template>
22
<ng-container *ngIf="bulkExportLimit !== '0'">
33

4-
<div class="add dropdown-container" display="dynamic" placement="bottom-right"
4+
<div class="add" display="dynamic" placement="bottom-right"
55
ngbDropdown >
66
<button class="btn btn-md btn-outline-primary" id="dropdownSubmission" ngbDropdownToggle
77
type="button"
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
:host {
22
display: none;
33
}
4-
5-
.dropdown-container {
6-
z-index: 1025;
7-
}

0 commit comments

Comments
 (0)