Discussions » Creation Requests

Goodreads fixed search & navbar

§
Posted: 2015/09/25

Goodreads fixed search & navbar

Can someone help me create a script that can make Goodreads' search and navigation bar become fixed (follows us when we scroll down)
It's this part that I'm talking about:

Thank you in advance.

woxxomMod
§
Posted: 2015/09/25

I would do it with Stylish addon:

@-moz-document domain("goodreads.com") {
#siteheader {
    position: fixed;
    z-index: 99;
}
.mainContentFloat {
    margin-top: 64px;
}
}
§
Posted: 2015/09/25

Thanks but it's slightly askew (too much to the left) and overlaps the main body site.
Here's the screenshot:

woxxomMod
§
Posted: 2015/09/25

I'm not logged in so everything's fine, see the screenshot. Anyway you don't need a script, a userstyle is sufficient and https://forum.userstyles.org/ seems a better place to ask in my opinion.

Post reply

Sign in to post a reply.

长期地址
遇到问题?请前往 GitHub 提 Issues。