Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linernotes_dark theme - footer links not clickable #10

Open
wcrigger opened this issue Mar 15, 2021 · 3 comments
Open

linernotes_dark theme - footer links not clickable #10

wcrigger opened this issue Mar 15, 2021 · 3 comments

Comments

@wcrigger
Copy link

Hello, I didn't see this issue raised before, and thought I'd throw it out there as I wasn't able to find a fix for it just yet. We love your mods, but this small issue was brought up and verified on our instance (as well as a friend's instance also using his own theme, which is just a modded linernotes_dark).

Any idea why this might be occurring or if there is a workaround or solution?

TIA for any assistance. It's greatly appreciated.

@wcrigger
Copy link
Author

This resolves it in the developers console, trying to figure out where it truly belongs (just added the zindex: 1):

.getting-started__footer {
flex: 0 0 auto;
padding: 20px 10px 10px;
z-index: 1;
}

@wcrigger
Copy link
Author

Haven't rounded up the source and not a great deal of time at the moment. But a workaround is adding this to theme/overrides.scss:

/* bugfix - clickable links in footer */
.getting-started__footer {
flex: 0 0 auto;
padding: 20px 10px 10px;
z-index: 1;
}
(same as above)

Fixes links in getting started footer....

@trwnh
Copy link
Owner

trwnh commented Mar 16, 2021

Strange, works on linernotes.club -- what version of Mastodon are you using, and on which browser?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants