Skip to content

Commit

Permalink
Fixed media progress bar appearing over filters bar #253
Browse files Browse the repository at this point in the history
  • Loading branch information
jez500 committed Mar 18, 2017
1 parent 033ce79 commit e4c153d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/themes/base/sass/components/_filters.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
background: $color-white;
padding: $spacing-quarter-unit * 3;
text-align: center;
z-index: $z-index-beta;
z-index: $z-index-gamma;
.remove {
@include set-position-absolute(right 0 top 0 bottom 0);
@include icon-button-square(content-clear, $spacing-double-unit);
Expand Down

0 comments on commit e4c153d

Please sign in to comment.