Describe the bug
Opening storybook for any project in Firefox, the actions addon panel is not visible (I'm using Firefox: 78.0.2 64-bit)
The addons panel is visible in Edge, Chrome though, and also when the browser is squished to mobile view (the panel becomes visible in mobile view in Firefox).
However, the panel is visible when the same storybook is statically deployed.
To Reproduce
AExpected behavior
The actions panel should be visible in all views.
Screenshots

System:
Please paste the results of npx -p @storybook/cli@next sb info here.
Environment Info:
System:
OS: macOS 10.15.6
CPU: (12) x64 Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz
Binaries:
Node: 12.16.3 - ~/.nvm/versions/node/v12.16.3/bin/node
Yarn: 1.22.4 - /usr/local/bin/yarn
npm: 6.14.5 - ~/.nvm/versions/node/v12.16.3/bin/npm
Browsers:
Chrome: 84.0.4147.89
Edge: 83.0.478.61
Firefox: 78.0.2
Safari: 13.1.2
npmPackages:
@storybook/addon-actions: ^5.3.19 => 5.3.19
@storybook/addon-docs: ^5.3.19 => 5.3.19
@storybook/cli: ^5.3.19 => 5.3.19
@storybook/svelte: ^5.3.19 => 5.3.19
Additional context
Add any other context about the problem here.
There's some state where the addons panel disappears. Try hitting "d" on the keyboard to toggle the addons panel orientation to get it back. If that doesn't work, localStorage.clear() in the browser console and hard refresh.
Toggling the orientation worked (D). Nevertheless, I can try and look at why this was an issue in the first place. Thanks 馃榿
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks!
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook!
Most helpful comment
There's some state where the addons panel disappears. Try hitting "d" on the keyboard to toggle the addons panel orientation to get it back. If that doesn't work,
localStorage.clear()in the browser console and hard refresh.