You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Allow the TV guide container to scroll */
.liveTvContainer .guideVerticalScroller {
/* Let this container handle scrolling */
overflow-y: auto !important;
/* Use available viewport height (minus any headers/footers) */
height: 100vh !important;
Describe the bug
When viewing a Live TV Schedule that exceeds 100% available height, scrolling is not available.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Page to be scrollable
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: