From 1141377e50247377166bd1be5521d108d9f363ab Mon Sep 17 00:00:00 2001 From: Nicolas Vazquez Date: Tue, 30 Jul 2019 03:46:28 -0300 Subject: [PATCH] ui: Improve visibility of dropdown menus on dialogs (#3528) It was not possible to display the entire name of items in dropdown menus within dialogs in CloudStack, such as: Create compute offering Create network offering Create VPC offering --- ui/css/cloudstack3.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index a40e252474c..c1b79b23978 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -3866,6 +3866,10 @@ table tr.selected td.actions .action.disabled .icon { background-position: -3px -368px; } +.ui-dialog select { + overflow: scroll; +} + .ui-dialog.confirm .ui-button { margin-top: 0; margin-left: 11px;