mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
VM wizard: fix select container overflow
This commit is contained in:
parent
1a4a319d32
commit
47dd4828d2
@ -5703,7 +5703,7 @@ label.error {
|
|||||||
|
|
||||||
/*** Select container*/
|
/*** Select container*/
|
||||||
.multi-wizard .select-container {
|
.multi-wizard .select-container {
|
||||||
height: 94%;
|
height: 352px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
border: 1px solid #D9DFE1;
|
border: 1px solid #D9DFE1;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user