mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
8 lines
137 B
CSS
8 lines
137 B
CSS
.item-list-border {
|
|
border: 1px solid gray;
|
|
padding: .5em;
|
|
height: 300px;
|
|
border-radius: 5px;
|
|
overflow-y: auto;
|
|
}
|