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