Changed height of tabs when logged in

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 14:33:48 +01:00
parent 6f44f643b7
commit 81dcfbe98c

View File

@@ -911,7 +911,7 @@ nav ul li:hover, nav ul li.active {
}
.tabs_height{
height:91% !important;
height:calc(100vh - 48px - 64px) !important;
overflow:auto;
}