ideaweb/firefox-safari-style

All sites overlap the tab bar in fullscreen mode (FF 102.0)

Opened this issue · 2 comments

userChrome is:
@import '/Users/artempolyakov/Git/firefox-safari-style/css/userChrome-vibrancy.css';

I has changed it to:
@import '/Users/artempolyakov/Git/firefox-safari-style/css/userChrome.css';

But there is same issue.
Screenshot 2022-07-01 at 16 35 46
Screenshot 2022-07-01 at 16 35 53

@ideaweb, Hi. You should remove:

background-color: transparent !important;
background-image: none !important;

At #navigator-toolbox, to fix this issue.