fix: Fixed Browser window offset after debugger break point hit, b=closes #8814, c=common

This commit is contained in:
Mr. M
2025-06-08 10:59:17 +02:00
parent ffab4a8c02
commit df963fc035

View File

@@ -115,7 +115,8 @@
#zen-main-app-wrapper {
background: var(--zen-themed-toolbar-bg-transparent);
overflow: hidden;
/* See bug #8814, don't an overflow here as it causes issues
* with firefox's rendering of the tab bar */
& > * {
z-index: 1;