Updated style to have correct height for bigger player

This commit is contained in:
Your Name
2018-06-26 08:01:04 -04:00
parent 5af7fe2d37
commit 4cfcd6a8a2

View File

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