Skip to content

Commit

Permalink
fix(notification-drawer): set body to fill available vertical space (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoker authored and mattnolting committed Feb 20, 2023
1 parent e476bd4 commit 293b4c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
}

.pf-c-notification-drawer__body {
flex: 1;
overflow-y: auto;
box-shadow: var(--pf-c-notification-drawer__body--ZIndex);
}
Expand Down

0 comments on commit 293b4c2

Please sign in to comment.