😡 more select list tweaks. It's still about 8px off when scrolling

This commit is contained in:
Justin Palmer
2013-02-04 13:58:44 -08:00
parent 6b9c94d0e8
commit 1b722e8293

View File

@@ -2,27 +2,21 @@
border: 1px solid #212121;
position: relative;
overflow-y: auto;
}
.select-list ol {
max-height: 390px;
max-height: 334px;
margin: 0;
background: red;
padding: 0;
line-height: 100%;
}
.select-list ol:empty {
margin-bottom: 0;
border: none;
}
.select-list ol li {
padding: 5px;
}
.select-list ol li:after {
content: ".";
padding: 10px;
box-sizing: border-box;
display: block;
clear: both;
visibility: hidden;
height: 0;
}
.select-list li .label {