mastomods
mastomods copied to clipboard
linernotes_dark theme - footer links not clickable
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.
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; }
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....
Strange, works on linernotes.club -- what version of Mastodon are you using, and on which browser?