Skip to content

Commit

Permalink
[BUGFIX #121] Fix for Firefox banner component alerts missing bottom …
Browse files Browse the repository at this point in the history
…padding on scroll
  • Loading branch information
Vignesh Manogar authored and Vignesh Manogar committed Feb 19, 2020
1 parent 2ea58af commit 29640c2
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 29640c2

Please sign in to comment.