fix header tab scroll for mobile

This commit is contained in:
grafixeyehero
2020-01-21 20:11:24 +03:00
parent b9ee5c7c24
commit 633999e528
+4
View File
@@ -31,6 +31,10 @@
overflow: hidden;
}
.layout-mobile .emby-tabs-slider {
overflow: auto;
}
.tabContent:not(.is-active) {
display: none;
}