mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 13:03:04 +00:00
90768: Fixed dropdown position bug
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
(keydown.arrowup)="shiftFocusUp($event)" (keydown.esc)="close()"
|
(keydown.arrowup)="shiftFocusUp($event)" (keydown.esc)="close()"
|
||||||
(dsClickOutside)="close();">
|
(dsClickOutside)="close();">
|
||||||
<div class="form-group mb-0">
|
<div class="form-group mb-0">
|
||||||
<label *ngIf="label; else searchInput">
|
<label *ngIf="label; else searchInput" class="mb-0">
|
||||||
<span class="font-weight-bold">
|
<span class="font-weight-bold">
|
||||||
{{label}}
|
{{label}}
|
||||||
</span>
|
</span>
|
||||||
|
@@ -13,8 +13,4 @@
|
|||||||
|
|
||||||
form {
|
form {
|
||||||
position: relative;
|
position: relative;
|
||||||
.dropdown-menu {
|
|
||||||
position: absolute;
|
|
||||||
top: 40px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user