Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chmouel/8e90777fde4ad89315ff19d60ab4ce83 to your computer and use it in GitHub Desktop.
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
! — 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