From 1f54205493d083abbef03e1fdfac8828d4e1de23 Mon Sep 17 00:00:00 2001 From: Darrin Husselmann Date: Mon, 27 Jan 2020 13:45:10 +0200 Subject: [PATCH] Fixed unable to edit domain settings --- ui/css/cloudstack3.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 4f186cabf522..1cc0c6e37bf5 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;