A dead-simple style that makes the sidebar menu follow as you scroll down your timeline.
scrolling sidebar for cohost! by QueenNiamh
Details
AuthorQueenNiamh
LicenseNo License
Categorycohost.org
Created
Updated
Size501 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 scrolling sidebar for cohost!
@version 20230704.19.26
@namespace userstyles.world/user/QueenNiamh
@description A dead-simple style that makes the sidebar menu follow as you scroll down your timeline.
@author QueenNiamh
@license No License
==/UserStyle== */
@-moz-document domain("cohost.org") {
/* Makes the sidebar menu follow you as you scroll down the timeline */
[id^='headlessui-menu-items']:not(.p-3) {position: sticky !important; top: 8rem}
}