Merge pull request #177 from okriuchykhin/ok_SCI-480

Fixes issue with scrollbar on sidebar [SCI-480]
This commit is contained in:
Luka Murn 2016-09-30 08:25:54 +02:00 committed by GitHub
commit e32e0a232c

View file

@ -83,6 +83,7 @@ $toggle-btn-size: 50px;
}
.tree {
overflow-y: auto;
margin-bottom: 0;
padding-top: 15px;
opacity: 1;