Skip to content

Commit

Permalink
refactor(sbb-notification): try removing overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Nov 27, 2023
1 parent 8d49874 commit a7bb489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/notification/notification.scss
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
padding-inline: var(--sbb-notification-padding-inline);
color: var(--sbb-notification-color);
border-radius: var(--sbb-notification-border-radius);
overflow: hidden;

// We apply SASS calculated background color as default/fallback for older browsers.
background-color: var(--sbb-notification-type-color-sass);
Expand Down

0 comments on commit a7bb489

Please sign in to comment.