Skip to content

Reddit sticky sidebar by ttothh

Screenshot of Reddit sticky sidebar

Details

Authorttothh

LicenseCC Zero

Categoryhttps://www.reddit.com/

Created

Updated

Size666 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the sidebar stick to the top of the page so you don't have to scroll back to the top when you want to access it.

Works in both portrait and landscape orientation.

Looks a bit janky but it's fully functional.

Should work in every browser.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Reddit sticky sidebar
@version      1.0.0
@namespace    userstyles.world/user/ttothh
@description  Makes the sidebar stick to the top of the page so you don't have to scroll back to the top when you want to access it.

Works in both portrait and landscape orientation.

Looks a bit janky but it's fully functional.

Should work in every browser.
@author       ttothh
@license      CC Zero
==/UserStyle== */

@-moz-document url-prefix("https://www.reddit.com") {
	div._3Kd8DQpBIbsr5E1JcrMFTY._1tvThPWQpORoc2taKebHxs {
		height: 50vh;
		overflow: scroll;
		position: sticky;
		top: 75px;
		border-radius: 3px;
	}
}

Reviews

No reviews yet.