Sizing of playlist

This commit is contained in:
Kasper Rynning-Tønnesen
2015-12-15 17:02:38 +01:00
parent 6f5ac24d23
commit 28c4fc91a5
3 changed files with 3 additions and 2 deletions

View File

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