Skip to content

Koinly Floating 'Add Transaction' Button by actus-wirtenberger

Details

Authoractus-wirtenberger

LicenseNo License

Categoryhttps://app.koinly.io/p/transactions

Created

Updated

Size280 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Ensures that the add transaction button is accessible even when scrolling down.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Koinly Floating 'Add Transaction' Button
@version      20230512.12.45
@namespace    ?
==/UserStyle== */

@-moz-document url-prefix("https://app.koinly.io/p/transactions") {
.pb-3 > div:nth-child(2) {
    position: fixed;
    margin-left: -300px;
}
}

Reviews

No reviews yet.