From 33431dff6f0616fa639d118bf2d466572a2bc1e8 Mon Sep 17 00:00:00 2001 From: "Brenton \"B-Train\" Fletcher" Date: Tue, 29 Mar 2016 12:02:27 +1100 Subject: [PATCH] Fix tree-view-open-files height in Atom 1.6 (https://github.com/postcasio/tree-view-open-files/issues/38#issuecomment-198149807) --- home/.atom/styles.less | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.atom/styles.less b/home/.atom/styles.less index 67ec871b..df8fa518 100644 --- a/home/.atom/styles.less +++ b/home/.atom/styles.less @@ -112,4 +112,5 @@ atom-text-editor::shadow .git-blame-mount .git-blame .git-blame-scroller { .tree-view-open-files { max-height: 500px !important; + overflow: visible !important; } \ No newline at end of file