diff --git a/ui-ngx/src/app/modules/home/components/widget/lib/gateway/device-gateway-command.component.scss b/ui-ngx/src/app/modules/home/components/widget/lib/gateway/device-gateway-command.component.scss index 6a1ea79a80..3425065ca2 100644 --- a/ui-ngx/src/app/modules/home/components/widget/lib/gateway/device-gateway-command.component.scss +++ b/ui-ngx/src/app/modules/home/components/widget/lib/gateway/device-gateway-command.component.scss @@ -34,6 +34,8 @@ padding-right: 38px; overflow: scroll; padding-bottom: 4px; + min-height: 42px; + scrollbar-width: thin; &::-webkit-scrollbar { width: 4px; diff --git a/ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.scss b/ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.scss index d109222647..f7ed839541 100644 --- a/ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.scss +++ b/ui-ngx/src/app/modules/home/pages/device/device-check-connectivity-dialog.component.scss @@ -126,6 +126,8 @@ padding-right: 38px; overflow: scroll; padding-bottom: 4px; + min-height: 42px; + scrollbar-width: thin; &::-webkit-scrollbar { width: 4px;