Skip to content

Commit

Permalink
fix(ui5-notification-list): fix header bar visibility (#10010)
Browse files Browse the repository at this point in the history
fixes: #9995
  • Loading branch information
LidiyaGeorgieva authored Oct 18, 2024
1 parent f3da992 commit 95db5c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

.notificationsPopoverHeader {
display: flex;
flex: 1;
flex-direction: column;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

.notificationsPopoverHeader {
display: flex;
flex: 1;
flex-direction: column;
}

Expand Down

0 comments on commit 95db5c6

Please sign in to comment.