edelvarden / material-fox-updated

🦊 Firefox user CSS theme looks similar to Chrome
MIT License
300 stars 12 forks source link

[Bug]: Address Bar overlaps Tab Hover Dialog #39

Closed RivNexus closed 9 months ago

RivNexus commented 9 months ago

What happened?

image Title says it all

Steps to reproduce the problem

  1. Have the theme installed with the instructions
  2. Hover over a tab

Additional info (Optional)

Firefox version: Firefox Nightly 123.0a1 64-bit Operating system: Windows 11 23H2

edelvarden commented 9 months ago

I'll wait until this goes to dev version.

As a temporary solution you can enable old tooltips with custom css if this is critical for you:

#tabbrowser-tab-tooltip {
  display: flex !important;
}

.tabbrowser-tab::after {
  display: none !important;
}
RivNexus commented 9 months ago

Oh, that worked.

Thx!