When scrolling in TV and Movies, the top bar will not be fixed to the top.
Rotten Tomatoes unfixed top menu bar by oren64
Details
Authororen64
LicenseNo License
Categoryrottentomatoes.com
Created
Updated
Size508 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Rotten Tomatoes unfixed top menu bar
@version 20221030.09.55
@namespace userstyles.world/user/oren64
@description When scrolling in TV and Movies, the top bar will not be fixed to the top.
@author oren64
@license No License
==/UserStyle== */
@-moz-document domain("rottentomatoes.com") {
/* Remove fixed top menu */
.discovery .discovery-filters.sticky-header {
position:static !important;
}
.discovery-grids-container {
padding-top: 0 !important;
}
}