Nav menu height fix

stable
Xavier Julián 2016-03-28 13:47:49 +02:00
parent b52d10fef3
commit 819cd73ce8
1 changed files with 1 additions and 2 deletions

View File

@ -3,8 +3,7 @@ $label-arrow-wh: 12px;
tg-project-menu {
background-position: 0 -300px;
display: inline-block;
height: calc(100vh - 40px);
min-height: 95%;
min-height: calc(100vh - 40px);
min-width: 50px;
padding: 1rem 0;
position: relative;