mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
[CSTPER-138] Fixed issue with infinite scroll within the dropdown of the external source providers
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
.scrollable-menu {
|
.scrollable-menu {
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: $dropdown-menu-max-height;
|
max-height: $dropdown-menu-max-height / 2;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user