Commits

Giuseppe Digilio authored ed1e93f73d7
[CSTPER-138] Fixed issue with infinite scroll within the dropdown of the external source providers
No tags

src/app/submission/import-external/import-external-searchbar/submission-import-external-searchbar.component.scss

Modified
6 6 .input-group-append .dropdown-toggle {
7 7 border-radius: 0;
8 8 }
9 9
10 10 .w-fx {
11 11 min-width: 200px;
12 12 }
13 13
14 14 .scrollable-menu {
15 15 height: auto;
16 - max-height: $dropdown-menu-max-height;
16 + max-height: $dropdown-menu-max-height / 2;
17 17 overflow-x: hidden;
18 18 }
19 19
20 20 .scrollable-dropdown-loading {
21 21 background-color: map-get($theme-colors, primary);
22 22 color: white;
23 23 height: $spacer * 2 !important;
24 24 line-height: $spacer * 2;
25 25 position: sticky;
26 26 bottom: 0;
27 27 }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut