Hi! I managed to login, this is what I get when I’m trying to add my community:
- 3 Posts
- 5 Comments
Joined 1 year ago
Cake day: December 27th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I know. But to use the site I need fediseer guarantees
so I can join a service which federates smaller instances wider
fusil@lemmy.mlOPto WordPress@lemmy.world•(SOLVED!) Problems with clicking links within anchor tagsEnglish2·1 year agoThanks for your response! I’ve done quite a bit of sitting on inspect element, I don’t believe there is anything affecting pointer events or touch events, as I cannot see anything there, unless there’s something I should add to enable them?
I believe if it is an issue, it would be touch-action that needs to be acted upon, I’ll take a look now
Edit: seems that adding
touch-action: auto !importantto the anchor css did the trick! Thank you for pointing me in the right direction!
It seems to be working now! Thank you!