/firefox-86-macos-webext-overflow-bug

Bug in Firefox 86 for macOS when overflow for second div is not working

Primary LanguageCSS

Reproducable webextension

In Firefox 86 (only in macOS) for some reason such simple webextension have a bug. Here what happening:

  • browser_action popover have a div with display: flex with two child div's
  • each of this divs have a overflow: auto`
  • scroll works for first div, but doesn't for second

alt text