mirror of
https://github.com/eugeny/tabby
synced 2026-08-16 02:47:14 +00:00
6 lines
97 B
SCSS
6 lines
97 B
SCSS
.list-group.connections-list {
|
|
display: block;
|
|
max-height: 70vh;
|
|
overflow-y: auto;
|
|
}
|