srctree
repos
owner
network
issues
0
diffs
0
Public
Andrew Kelley
parent
9ac728f8
f70eee95
add scroll bars to the library and queue
www/index.html
added: 3, removed: 1, total 2
@@ -28,6 +28,7 @@ body {
top: 7em;
bottom: 0.3em;
background-color: #181818;
overflow-y: auto;
}
#sectQueue {
margin: 0;
@@ -38,6 +39,7 @@ body {
bottom: 0.3em;
right: 0.3em;
background-color: #181818;
overflow-y: auto;
}
</style>
</head>