file tree overflow fix

This commit is contained in:
Heydon Pickering 2017-08-03 08:03:23 +01:00
parent b60e134014
commit 2b07b23c54
3 changed files with 3 additions and 1 deletions

View File

@ -528,6 +528,7 @@ pre[class*=language-] code * {
.file-tree > ul {
padding-left: 0;
overflow-x: auto;
overflow-y: hidden;
}
.file-tree li {
background: #fff;

File diff suppressed because one or more lines are too long

View File

@ -528,6 +528,7 @@ pre[class*=language-] code * {
.file-tree > ul {
padding-left: 0;
overflow-x: auto;
overflow-y: hidden;
}
.file-tree li {
background: #fff;