mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Set box-sizing to content-box for autocomplete
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
}
|
||||
|
||||
.autocomplete ol {
|
||||
box-sizing: content-box;
|
||||
position: relative;
|
||||
overflow-y: scroll;
|
||||
max-height: 200px;
|
||||
|
||||
Reference in New Issue
Block a user