Skip to content

Rotten Tomatoes unfixed top menu bar by oren64

Screenshot of Rotten Tomatoes unfixed top menu bar

Details

Authororen64

LicenseNo License

Categoryrottentomatoes.com

Created

Updated

Size508 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

When scrolling in TV and Movies, the top bar will not be fixed to the top.

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;
}

}

Reviews

No reviews yet.