Merge pull request #9 from kossa/gh-pages

Menu left not show when is long content Fixes #6
This commit is contained in:
David Miller 2015-04-08 16:05:45 -04:00
commit bb0ae6de19

View file

@ -123,6 +123,9 @@ ul.alert-dropdown {
border-radius: 0;
overflow-y: auto;
background-color: #222;
bottom: 0;
overflow-x: hidden;
padding-bottom: 40px;
}
.side-nav>li>a {