Set box-sizing to content-box for autocomplete

This commit is contained in:
Nathan Sobo
2013-04-15 19:01:21 -06:00
parent fff4531663
commit 305a1b91b8

View File

@@ -4,6 +4,7 @@
}
.autocomplete ol {
box-sizing: content-box;
position: relative;
overflow-y: scroll;
max-height: 200px;