mirror of
https://github.com/unraid/webgui.git
synced 2026-01-18 07:30:14 -06:00
10 lines
171 B
CSS
10 lines
171 B
CSS
.fileTree {
|
|
width: 240px;
|
|
max-height: 200px;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
position: absolute;
|
|
display: none;
|
|
background: #1c1c1c;
|
|
}
|