temporary overflow css fix

This commit is contained in:
Sacha Greif 2016-02-05 16:10:01 +09:00
parent e3f3b35f59
commit afc7ed2d58

View file

@ -192,6 +192,7 @@ $nav-width: 250px;
display: flex;
flex-direction: column;
margin-bottom: 15px;
overflow-y: auto;
.header-submodule{
margin-bottom: 20px;
}