From 6caa8ae4f62d5193830a5f0bd35aa7d0f9d2aea1 Mon Sep 17 00:00:00 2001 From: Jeffrey Fisher Date: Fri, 15 May 2020 21:18:15 -0700 Subject: [PATCH] Add grab cursor to pop out player header --- ui/scss/component/_content.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scss/component/_content.scss b/ui/scss/component/_content.scss index 512bf3716..cb0735014 100644 --- a/ui/scss/component/_content.scss +++ b/ui/scss/component/_content.scss @@ -57,6 +57,7 @@ } .content__floating-header { + cursor: grab; visibility: hidden; position: absolute; top: 0;