Skip to content

Sticky Duolingo Stats/Sidebar by majesticstring

Details

Authormajesticstring

LicenseMIT

Categoryduolingo

Created

Updated

Size481 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

For the sidebar that contains position, xp, etc, by default, it scrolls with content. This style makes it sticky.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Sticky Duolingo Stats/Sidebar
@version      20220512.05.42
@namespace    userstyles.world/user/majesticstring
@description  For the sidebar that contains position, xp, etc, by default, it scrolls with content. This style makes it sticky.
@author       majesticstring
@license      MIT
==/UserStyle== */

@-moz-document domain("duolingo.com") {
._1YfQ8 {
	position: sticky !important;
	overflow-y: scroll;
	top: 86px;
	height: calc(100vh - 100px);
}
}

Reviews

No reviews yet.