jellyfin-web/dashboard-ui/css/livetv.css
2016-09-28 01:11:41 -04:00

10 lines
215 B
CSS

/* Allow vertical space for anything that slides up at the bottom */
.guideVerticalScroller {
padding-bottom: 160px;
}
.tvGuideHeader.headroom--unpinned {
-webkit-transform: none;
transform: none;
}