Skip to content

fix bookmarks button for safari browser#3178

Merged
OzzieIsaacs merged 1 commit intojaneczku:masterfrom
lucolucus:fix-impossible-to-press-bookmarks-button-in-safari
Oct 23, 2024
Merged

fix bookmarks button for safari browser#3178
OzzieIsaacs merged 1 commit intojaneczku:masterfrom
lucolucus:fix-impossible-to-press-bookmarks-button-in-safari

Conversation

@lucolucus
Copy link
Copy Markdown
Contributor

@lucolucus lucolucus commented Oct 8, 2024

In the Safari browser, it was impossible for me to press the bookmarks button. After removing the visibility: hidden; property from #panels a, it started working again.

Setting visibility: hidden; on the #panels a element makes the entire link (and all its content, including the ::before pseudo-element) invisible and not clickable.

I didn't have this problem on Chrome or firefox, and the modification didn't break anything for me.

reference to issue number #2839

@OzzieIsaacs OzzieIsaacs merged commit d450271 into janeczku:master Oct 23, 2024
@OzzieIsaacs
Copy link
Copy Markdown
Collaborator

Thanks for digging into it, it's also working for me afterwards, but still very buggy

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

Successfully merging this pull request may close these issues.

2 participants