Merge branch 'fix/ide-file-scroll-issue' into 'master'

fix Web IDE file tree scroll issue

See merge request gitlab-org/gitlab-ce!18721
This commit is contained in:
Phil Hughes 2018-05-04 18:22:31 +00:00
commit 5e798f25da
1 changed files with 1 additions and 0 deletions

View File

@ -440,6 +440,7 @@
padding-right: 3px;
.projects-sidebar {
min-height: 0;
display: flex;
flex-direction: column;
flex: 1;