From 32737ec22cf719e45795bdf8a574b68cc1d1e252 Mon Sep 17 00:00:00 2001 From: Paul Slaughter Date: Fri, 4 May 2018 18:22:31 +0000 Subject: [PATCH] fix Web IDE file tree scroll issue --- app/assets/stylesheets/pages/repo.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss index e74606e864f..888757c12d8 100644 --- a/app/assets/stylesheets/pages/repo.scss +++ b/app/assets/stylesheets/pages/repo.scss @@ -440,6 +440,7 @@ padding-right: 3px; .projects-sidebar { + min-height: 0; display: flex; flex-direction: column; flex: 1;