mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
17 lines
318 B
CSS
17 lines
318 B
CSS
.select-list.popover-list {
|
|
width: 200px;
|
|
border: 2px solid #222;
|
|
-webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, .5);
|
|
margin-left: 0px;
|
|
position: relative;
|
|
}
|
|
|
|
.select-list.popover-list ol {
|
|
position: relative;
|
|
overflow-y: scroll;
|
|
max-height: 200px;
|
|
}
|
|
|
|
.select-list.popover-list ol li {
|
|
padding: 5px;
|
|
} |