mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
9 lines
176 B
CSS
9 lines
176 B
CSS
.list-box {
|
|
padding: 1em;
|
|
border: 2px solid gray;
|
|
height: 8em;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
white-space: nowrap;
|
|
border-radius: 5px;
|
|
} |