From 8c4a0fef18871657185672f4888c5c181761843d Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Thu, 8 Dec 2016 16:33:43 +1300 Subject: [PATCH] Player --- src/scss/components/_player.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/scss/components/_player.scss b/src/scss/components/_player.scss index c4358535..9f2963df 100755 --- a/src/scss/components/_player.scss +++ b/src/scss/components/_player.scss @@ -53,7 +53,7 @@ } &.mini-player { - position: absolute; + position: fixed; bottom: 0; left: 0; width: 200px; @@ -69,7 +69,6 @@ } @include responsive( $bp_medium, null, $bp_shallow ){ - position: fixed; right: 0; width: auto; background: $dark_grey;