1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix header tab scroll for mobile

This commit is contained in:
grafixeyehero 2020-01-21 20:11:24 +03:00
parent b9ee5c7c24
commit 633999e528

View file

@ -31,6 +31,10 @@
overflow: hidden; overflow: hidden;
} }
.layout-mobile .emby-tabs-slider {
overflow: auto;
}
.tabContent:not(.is-active) { .tabContent:not(.is-active) {
display: none; display: none;
} }