Commit 341801b3 by Dányi Bence

one: file-list overflow fixed

parent 02ccb9af
...@@ -289,7 +289,6 @@ ...@@ -289,7 +289,6 @@
.file-list{ .file-list{
list-style: none; list-style: none;
overflow: auto;
max-height: 400px; max-height: 400px;
.name{ .name{
float: left; float: left;
...@@ -308,6 +307,7 @@ ...@@ -308,6 +307,7 @@
} }
} }
#file-list { #file-list {
overflow-y: scroll;
li:nth-child(3) .summary{ li:nth-child(3) .summary{
border-top: none; 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