From 33bd94f57adc18e0daf10ea373e3dda496737933 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20T=C3=A4schner?= <129834483+HenryT-CG@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:24:47 +0200 Subject: [PATCH] limit scroll height of url drop down in menu-detail --- .../workspace-menu/menu-detail/menu-detail.component.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/workspace/workspace-menu/menu-detail/menu-detail.component.html b/src/app/workspace/workspace-menu/menu-detail/menu-detail.component.html index 27f232d2..3ca41b6f 100644 --- a/src/app/workspace/workspace-menu/menu-detail/menu-detail.component.html +++ b/src/app/workspace/workspace-menu/menu-detail/menu-detail.component.html @@ -84,7 +84,8 @@ (onDropdownClick)="onDropdownClick($event)" (onSelect)="onSelect($event)" [minLength]="0" - styleClass="w-full limitInputText" + styleClass="w-full" + scrollHeight="150px" field="mfePath" [showClear]="true" [dropdown]="true"