diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 6831890ad86..9de554aee3e 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -1789,6 +1789,11 @@ div.list-view td.state.notsuitable-storage-migration-required span { overflow-x: hidden; } +div#details-tab-settings.detail-group.ui-tabs-panel { + overflow: hidden; + overflow-x: scroll; +} + .detail-view .main-groups { width: 100%; max-height: 407px;