Skip to content

Commit

Permalink
The expanded panel should only set the visibility of its direct child…
Browse files Browse the repository at this point in the history
…ren, not of any sub panels. (#12721)
  • Loading branch information
creed-maxeta committed Aug 21, 2023
1 parent 3ae5bbe commit b42f6f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/panel/panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
position: relative;
}

.p-panel-toggleable.p-panel-expanded .p-toggleable-content:not(.ng-animating) {
.p-panel-toggleable.p-panel-expanded > .p-toggleable-content:not(.ng-animating) {
overflow: visible;
}

Expand Down

1 comment on commit b42f6f9

@vercel
Copy link

@vercel vercel bot commented on b42f6f9 Aug 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.