Fixed wrapper height, and issues with empty channel

This commit is contained in:
Kasper Rynning-Tønnesen
2017-01-26 12:35:50 +01:00
parent 31d661acd1
commit 4508099fb5
5 changed files with 48 additions and 37 deletions

View File

@@ -1666,6 +1666,10 @@ nav ul li:hover, nav ul li.active {
right: 0;
}
#wrapper{
min-height: 75px;
}
.click-through{
pointer-events: none;
}
@@ -1918,7 +1922,6 @@ nav ul li:hover, nav ul li.active {
height: 100%;
width: 100%;
overflow: auto;
/*padding-right: 5vh;*/
opacity: 1;
overflow:hidden;
}