Skip to content

Commit

Permalink
Remove broken css rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mendozaMaria committed May 16, 2024
1 parent 337db3e commit 4bcdb91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion browser/themes/shared/customizableui/panelUI-shared.css
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,11 @@ panelview {
one view to another runs, which would otherwise happen if the new view has
more height than the old one because that would mean that during the
animation the height of the multiview will be too short for the new view. */
/* commented out based on bug report https://bugzilla.mozilla.org/show_bug.cgi?id=1894414 :
&[transitioning] > .panel-viewcontainer > .panel-viewstack > panelview > .panel-subview-body {
overflow-y: hidden;
}
} */
}

.panel-subview-body {
Expand Down

0 comments on commit 4bcdb91

Please sign in to comment.