/* Additional scroll fix for trending page */
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    overflow-y: auto !important;
    overflow-x: hidden;
    height: auto !important;
}

.trending-container {
    overflow: visible !important;
}
