From a2ead0a4a3df403b5038dddd24ce83b6e2fb2290 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 20 Sep 2021 23:41:38 -0500 Subject: [PATCH] Fix read overflow --- stashr/static/css/stashr-read.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stashr/static/css/stashr-read.css b/stashr/static/css/stashr-read.css index ffd4e95..fae93b9 100644 --- a/stashr/static/css/stashr-read.css +++ b/stashr/static/css/stashr-read.css @@ -1,3 +1,3 @@ -body { margin:0;background-color:black; } +body { margin:0;background-color:black; overflow-x:hidden;} .stashr-button_container {position:fixed;bottom:0;right:0;opacity:.5;z-index:999;} \ No newline at end of file