From 97765b7ff397c1258ca3b7ab0cde492a8e551bb8 Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 7 Apr 2021 00:46:54 -0500 Subject: [PATCH] Quick CSS fix for menu button --- stashr/static/css/stashr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stashr/static/css/stashr.css b/stashr/static/css/stashr.css index 6de1e6c..0d3c131 100644 --- a/stashr/static/css/stashr.css +++ b/stashr/static/css/stashr.css @@ -31,7 +31,7 @@ ul { list-style-type: none; } .stashr-poster_wrapper { position:relative; overflow:hidden; } .stashr-link { text-decoration: none; } .stashr-button_container {position:fixed;bottom:10;right:10;opacity:.7;z-index:999;} -.stashr-menu_button {position:fixed;bottom:0;border-top-right-radius:25%;border-bottom-right-radius:25%;z-index:999;} +.stashr-menu_button {position:absolute;bottom:0;border-top-right-radius:25%;border-bottom-right-radius:25%;z-index:999;} .stashr-reader { background:black; } .new-stashr-button_container { opacity:.7; }