Fixed issue with hiding/showing the last video on resize

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-12 17:17:32 +01:00
parent 5ff69f557b
commit 35a428b801
6 changed files with 22 additions and 13 deletions

View File

@@ -54,6 +54,7 @@
align-items: center;
flex-shrink: initial;
justify-content: space-between;
height: 32px;
}
#pageButtons, #pageButtons a{
@@ -1619,7 +1620,7 @@ nav ul li:hover, nav ul li.active {
}
.tabs_height{
height:calc(100vh - 48px - 64px - 36px) !important;
height:calc(100vh - 48px - 64px - 32px) !important;
overflow:auto;
}