Created
May 12, 2025 09:56
-
-
Save chmouel/8e90777fde4ad89315ff19d60ab4ce83 to your computer and use it in GitHub Desktop.
Make strava route map and elevation sticky when scrolling down and looking at the segment... using ublockFilter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
! — stick Strava’s elevation panel to the top | |
strava.com##[class^="MapAndElevationChart_mapContainer"]:style(position:sticky!important;top:0!important;background:#fff!important;z-index:10000!important;) | |
strava.com##[class^="MapAndElevationChart_chartContainer"]:style(position:sticky!important;top:0!important;background:#fff!important;z-index:10000!important;) | |
strava.com##[class^="SegmentsList_tableContainer"] thead:style(position:sticky!important;top:250px!important;background:#fff!important;z-index:9999!important;) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment