mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
.select-list.popover-list {
|
|
width: 200px;
|
|
min-width: 200px;
|
|
margin-left: 0;
|
|
position: relative;
|
|
}
|
|
|
|
.select-list.popover-list ol.list-group {
|
|
position: relative;
|
|
overflow-y: scroll;
|
|
max-height: 200px;
|
|
}
|