+
{{basicModeDirectiveError}}
diff --git a/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss b/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss
index af7e27f481..8df18b25bc 100644
--- a/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss
+++ b/ui-ngx/src/app/modules/home/components/widget/widget-config.component.scss
@@ -43,7 +43,9 @@
}
.tb-widget-config-content {
& > .mat-content {
- height: 100%;
+ &.tb-widget-config-fill {
+ height: 100%;
+ }
padding-top: 8px;
@media #{$mat-xs} {
padding-left: 8px;
diff --git a/ui-ngx/src/app/modules/home/pages/security/security.component.html b/ui-ngx/src/app/modules/home/pages/security/security.component.html
index 4fca803187..c5afb7d1ea 100644
--- a/ui-ngx/src/app/modules/home/pages/security/security.component.html
+++ b/ui-ngx/src/app/modules/home/pages/security/security.component.html
@@ -148,7 +148,7 @@
diff --git a/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html b/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html
index ef2dec83fe..b5d7678ba2 100644
--- a/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html
+++ b/ui-ngx/src/app/shared/components/string-pattern-autocomplete.component.html
@@ -24,7 +24,7 @@
[formControl]="selectionFormControl"
[placeholder]="placeholderText"
(focusin)="onFocus()"
- (scroll)="onInputScroll($event)">
+ (focusout)="onBlur()">
@if (predefinedValuesButton) {