Skip to content

Commit

Permalink
Fix: No longer account for header above notification wrapper (#621)
Browse files Browse the repository at this point in the history
The extra padding which accounts for the header is no longer needed since the notification wrapper is positioned absolutely.
  • Loading branch information
pramodsum authored Feb 1, 2018
1 parent 943269c commit d29f320
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,6 @@ $header-height: 48px;
position: absolute; // Override _boxui.scss because Preview cannot assume taking up the full viewport
}

.bp-has-header .bp-notifications-wrapper {
top: 48px;
}

.bp-toggle-overlay {
> button {
margin-bottom: 0;
Expand Down

0 comments on commit d29f320

Please sign in to comment.