From 2c3c53e34996c611f667ae6c00190eac33e14aa7 Mon Sep 17 00:00:00 2001 From: Fabian Hertwig Date: Sat, 1 Oct 2016 22:02:21 +0200 Subject: [PATCH] Added height to player_progress_warapper to avoid overlay with control buttons. --- app/public/stylesheets/sass/_components/_player.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/public/stylesheets/sass/_components/_player.scss b/app/public/stylesheets/sass/_components/_player.scss index d9c7ece3..85727007 100644 --- a/app/public/stylesheets/sass/_components/_player.scss +++ b/app/public/stylesheets/sass/_components/_player.scss @@ -156,6 +156,7 @@ // 1px horizontal protection area for window mouseleave workaround padding: 0 1px; top: 0; + height: 20px; left: 0; width: 100%; }