Fix for height of tabs on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2018-06-27 07:28:11 +02:00
parent 4cfcd6a8a2
commit ece739a481

View File

@@ -3102,7 +3102,7 @@ nav ul li:hover, nav ul li.active {
width: calc(100%) !important;
}
.tabs_height{
#wrapper.tabs_height{
height:calc(100vh - 48px - 64px - 134px);
overflow:initial;
}