[CSTPER-138] Fixed issue with infinite scroll within the dropdown of the external source providers

This commit is contained in:
Giuseppe Digilio
2020-10-15 12:09:05 +02:00
parent f1256b3795
commit ed1e93f73d

View File

@@ -13,7 +13,7 @@
.scrollable-menu {
height: auto;
max-height: $dropdown-menu-max-height;
max-height: $dropdown-menu-max-height / 2;
overflow-x: hidden;
}