mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
😡 more select list tweaks. It's still about 8px off when scrolling
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user