Added position:sticky
to nav.navbar
.
Sticky NavBar -- tailsgetstrolled.org by Commodorian
Details
AuthorCommodorian
LicenseCC Zero
Categorytailsgetstrolled.org
Created
Updated
Code size221 B
Code checksumef835754
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Nothin' crazy.
Source code
/* ==UserStyle==
@name tailsgetstrolled.org
@version 20250426.22.10
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://tailsgetstrolled.org/") {
nav.navbar {
position: sticky;
top: 0;
}
}