Skip to content

GitHub Sticky Header by egirlcatnip

Details

Authoregirlcatnip

LicenseMIT

Categorygithub.com

Created

Updated

Size395 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Sticky header

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         GitHub Sticky Header
@version      1
@namespace    userstyles.world/user/kyoukisu
@description  Sticky header
@author       egirlcatnip
@license      MIT
==/UserStyle== */
@-moz-document domain("github.com") {
    .AppHeader {
        position: fixed;
        width: 100%;
        z-index: 1000;
        top: 0;
    }
    body {
        padding-top: 104px;
    }
}

Reviews

No reviews yet.