Skip to content

Commit

Permalink
fix(toolbar): add position relative to host for toolbar background
Browse files Browse the repository at this point in the history
fixes #15193
  • Loading branch information
brandyscarney committed Aug 16, 2018
1 parent d7928a6 commit ac2db9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/toolbar/toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

display: block;

position: relative;

width: 100%;

color: var(--color);
Expand Down

0 comments on commit ac2db9f

Please sign in to comment.