janeczku / calibre-web

:books: Web app for browsing, reading and downloading eBooks stored in a Calibre database
GNU General Public License v3.0
13.13k stars 1.4k forks source link

fix bookmarks button for safari browser #3178

Closed lucolucus closed 1 month ago

lucolucus commented 1 month ago

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 commented 1 month ago

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