Skip to content

Commit

Permalink
fix(banner): system alerts missing bottom padding on scroll (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vignesh Manogar authored and Vignesh Manogar committed Feb 21, 2020
1 parent a8248db commit afb7463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/banner/addon/styles/components/_nucleus-banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
width: 400px;
background: #fff;
box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
padding: 8px;
padding: 8px 8px 0;
border-radius: 4px;
max-height: 400px;
overflow-y: auto;

ul.nucleus-banners {
list-style: none;
padding: 0;
margin: 8px 0 0;
margin: 8px 0;
}
}
}
Expand Down

0 comments on commit afb7463

Please sign in to comment.