mirror of
https://github.com/unraid/webgui.git
synced 2026-01-10 11:40:12 -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: #f2f2f2;
|
|
}
|