ideaweb / firefox-safari-style

A macOS compliant theme for Firefox
MIT License
184 stars 13 forks source link

Back/Forward buttons not clickable 0.1 #18

Open fmccann opened 3 years ago

fmccann commented 3 years ago

The back/forward buttons activate when there's history, but cannot be actually clicked.

Revision d87e798d4592b4490bc796981f4ec42a4266b958 Firefox 83.0 MacOS 10.15.7 (19H15)

fmccann commented 3 years ago

Note that this is only when the firefox window is in full-screen mode.

ideaweb commented 3 years ago

Seems that the same issue exists in master branch as well. I'll check soon.

MattKercher commented 3 years ago

This was happening to me only in fullscreen mode. It was because titlebar-buttonbox-container was still in the upper-left hand corner (where the back/forward buttons traditionally are). My lazy solution was to just add .titlebar-buttonbox-container{ pointer-events: none !important; } to the theme file to just pass the clicks through.