VM wizard: fix select container overflow

This commit is contained in:
Brian Federle 2013-04-30 13:40:52 -07:00
parent 1a4a319d32
commit 47dd4828d2

View File

@ -5703,7 +5703,7 @@ label.error {
/*** Select container*/
.multi-wizard .select-container {
height: 94%;
height: 352px;
overflow: auto;
overflow-x: hidden;
border: 1px solid #D9DFE1;