Fix menu in IE10

stable
Xavier Julián 2016-01-29 12:39:56 +01:00
parent 907c13b34e
commit 9e4d01e244
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ $label-arrow-wh: 12px;
tg-project-menu {
background-position: 0 -300px;
min-height: $main-height;
display: inline-block;
height: $main-height;
min-height: 95%;
min-width: 50px;
padding: 1rem 0;
position: relative;