diff --git a/css/main.css b/css/main.css index c5925c38f..f49f9a6c9 100644 --- a/css/main.css +++ b/css/main.css @@ -83,12 +83,12 @@ div#header { span.customSelectOptions { margin: 0; - width: 80px; + width: 120px; } .customSelectOptions > ul { max-height: 20px; - width: 80px; + width: 120px; overflow: hidden; -webkit-transition: max-height 1s; transition: max-height 1s; @@ -101,7 +101,7 @@ span.customSelectOptions { } .customSelectOptions > ul:hover { - max-height: 400px; + max-height: 450px; } .customSelectOptions > ul > li {