Skip to content

Commit

Permalink
Offset snackbars to prevent header overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaptista committed Mar 21, 2024
1 parent 536e309 commit af52760
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/natural/src/lib/_natural.theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ $typography: mat.define-typography-config(
$letter-spacing: normal,
),
);

.mdc-snackbar {
margin-top: 75px !important;
}

0 comments on commit af52760

Please sign in to comment.