Skip to content

Commit

Permalink
Merge pull request #11935 from primefaces/issue-11924
Browse files Browse the repository at this point in the history
Fixed #11924 - Table Sticky headers fail to stick when a table is pla…
  • Loading branch information
cetincakiroglu authored Sep 15, 2022
2 parents 5e333bc + 3850112 commit 876a727
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/components/accordion/accordion.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@

.p-accordion .p-toggleable-content{
overflow: hidden;
}

.p-accordion .p-accordion-tab-active .p-toggleable-content:not(.ng-animating) {
overflow: inherit;
}

0 comments on commit 876a727

Please sign in to comment.