VRFS-1248 fix hidden dropdown on Find Session

This commit is contained in:
Brian Smith 2014-03-01 22:18:14 -05:00
parent 37745101e2
commit d764cb5522
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ div[layout-id="findSession"] {
padding-bottom: 11px;
background-color:#4c4c4c;
min-height:20px;
overflow-x:hidden;
overflow-x:visible;
vertical-align:middle;
}