From 15c252ce52bc94ef4cb41550780ae1a52e9d3221 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Mon, 31 Oct 2022 14:39:09 -0500 Subject: Add: sticky position to now playing ui element --- static/css/main.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/css/main.css') diff --git a/static/css/main.css b/static/css/main.css index 4c00751..83e8559 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -46,6 +46,8 @@ button:hover { } .now-playing { + position: sticky; + top: 2em; width: 300px; } -- cgit v1.2.3