mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +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 {
|
||||
height: auto;
|
||||
max-height: $dropdown-menu-max-height;
|
||||
max-height: $dropdown-menu-max-height / 2;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user