Skip to content

Commit

Permalink
Merge pull request #12834 from primefaces/issue-12833
Browse files Browse the repository at this point in the history
Fix: #12833 Sidebar | Add flex-grow to p-sidebar-content
  • Loading branch information
cetincakiroglu committed Mar 30, 2023
2 parents ffe72e5 + 146ff57 commit effe0bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/components/sidebar/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
.p-sidebar-content {
position: relative;
overflow-y: auto;
flex-grow: 1;
}

.p-sidebar-header {
Expand Down

1 comment on commit effe0bd

@vercel
Copy link

@vercel vercel bot commented on effe0bd Mar 30, 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.