Browse Source

file tree overflow fix

Heydon Pickering 8 years ago
parent
commit
2b07b23c54
3 changed files with 2 additions and 0 deletions
  1. 1 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 1 0
      themes/infusion/static/css/styles.css

+ 1 - 0
docs/css/styles.css

@@ -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 it is too large
+ 0 - 0
docs/service-worker.js


+ 1 - 0
themes/infusion/static/css/styles.css

@@ -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;

Some files were not shown because too many files changed in this diff