Skip to content

Commit

Permalink
fix(ui5-notification-list): fix header bar visibility
Browse files Browse the repository at this point in the history
fixes: #9995
  • Loading branch information
LidiyaGeorgieva committed Oct 11, 2024
1 parent fd402e4 commit dd22af7
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 @@ -39,6 +39,7 @@
}

.notificationsPopoverHeader {
width: 100%;
display: flex;
flex-direction: column;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
}

.notificationsPopoverHeader {
width: 100%;
display: flex;
flex-direction: column;
}
Expand Down

0 comments on commit dd22af7

Please sign in to comment.