Skip to content

Commit df963fc

Browse files
committed
fix: Fixed Browser window offset after debugger break point hit, b=closes #8814, c=common
1 parent ffab4a8 commit df963fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/zen/common/styles/zen-browser-ui.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115

116116
#zen-main-app-wrapper {
117117
background: var(--zen-themed-toolbar-bg-transparent);
118-
overflow: hidden;
118+
/* See bug #8814, don't an overflow here as it causes issues
119+
* with firefox's rendering of the tab bar */
119120

120121
& > * {
121122
z-index: 1;

0 commit comments

Comments
 (0)