This commit is contained in:
James Barnsley
2016-12-08 16:33:43 +13:00
parent a21e9a80df
commit 8c4a0fef18

View File

@ -53,7 +53,7 @@
} }
&.mini-player { &.mini-player {
position: absolute; position: fixed;
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 200px; width: 200px;
@ -69,7 +69,6 @@
} }
@include responsive( $bp_medium, null, $bp_shallow ){ @include responsive( $bp_medium, null, $bp_shallow ){
position: fixed;
right: 0; right: 0;
width: auto; width: auto;
background: $dark_grey; background: $dark_grey;