Commit 341801b3 by Dányi Bence

one: file-list overflow fixed

parent 02ccb9af
......@@ -289,7 +289,6 @@
.file-list{
list-style: none;
overflow: auto;
max-height: 400px;
.name{
float: left;
......@@ -308,6 +307,7 @@
}
}
#file-list {
overflow-y: scroll;
li:nth-child(3) .summary{
border-top: none;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment