autocomplete.css refactor

This commit is contained in:
Jon Rohan
2013-01-21 18:44:18 -08:00
parent 42808ac9ae
commit 260cacdacf
2 changed files with 9 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
.select-list.autocomplete {
box-sizing: content-box;
}
.autocomplete ol {
position: relative;
overflow-y: scroll;
max-height: 200px;
}