mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-27 08:32:30 +03:00
💄 on popover-lists
This commit is contained in:
parent
ed09b69db7
commit
39dd42ce8e
@ -1,18 +1,12 @@
|
||||
.select-list.popover-list {
|
||||
width: 200px;
|
||||
min-width: 200px;
|
||||
border: 2px solid #222;
|
||||
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5);
|
||||
margin-left: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.select-list.popover-list ol {
|
||||
.select-list.popover-list ol.list-group {
|
||||
position: relative;
|
||||
overflow-y: scroll;
|
||||
max-height: 200px;
|
||||
}
|
||||
|
||||
.select-list.popover-list ol li {
|
||||
padding: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user