issuefixing

- Closes #353 #352 #351 #350 #349
This commit is contained in:
Kasper Rynning-Tønnesen
2018-07-05 18:32:31 +02:00
parent 470a31d092
commit 3e2f9e8c8e
4 changed files with 81 additions and 18 deletions

View File

@@ -2176,11 +2176,15 @@ nav ul li:hover, nav ul li.active {
min-height: calc(100vh - 64px - 64px - 87px);
}
#wrapper.tabs_height{
#wrapper.tabs_height, #suggestions.tabs_height{
height:calc(100vh - 48px - 64px - 32px);
overflow:auto;
}
#wrapper.tabs_height{
overflow:hidden;
}
.client-wrapper {
height: calc(100vh - 48px - 64px) !important;
}