aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/shared/shared-forms/advanced-input-filter.component.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/advanced-input-filter.component.scss b/client/src/app/shared/shared-forms/advanced-input-filter.component.scss
index ed85385fd..4efbeb85d 100644
--- a/client/src/app/shared/shared-forms/advanced-input-filter.component.scss
+++ b/client/src/app/shared/shared-forms/advanced-input-filter.component.scss
@@ -30,3 +30,9 @@ my-global-icon {
30 height: 0; 30 height: 0;
31 } 31 }
32} 32}
33
34div[role=menu] {
35 max-height: 50vh;
36 min-height: 200px;
37 overflow: auto;
38}