mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with hiding/showing the last video on resize
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user