Skip to content

Goatlings - Item Manager Headings on Scroll by bagelhero

Details

Authorbagelhero

LicenseNo License

Categorygoatlings.com

Created

Updated

Size414 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Small tweaks to Goatlings.

Notes

###Current features:

  • Right now, it just makes sure column headings stay on top of the item manager when you scroll past the initial set.

Source code

/* ==UserStyle==
@name         Goatlings - Item Manager Headings on Scroll
@version      20220109.14.36
@namespace    userstyles.world/user/bagelhero
@description  Small tweaks to Goatlings.
@author       bagelhero
@license      No License
==/UserStyle== */

@-moz-document domain("goatlings.com") {
.table-header {
    background: #f9e49c;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 100;
}
}

Reviews

No reviews yet.