Fixed bug where scrollbar showed up in playlist on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2016-02-27 12:08:20 +01:00
parent 92036bec43
commit 988df71adb
3 changed files with 15 additions and 6 deletions

View File

@@ -1298,6 +1298,10 @@ nav ul li:hover, nav ul li.active {
width:100vw;
}
.tabs_height{
height:auto !important;
}
.brand-mobile{
padding-left:0px !important;
}