From ff928393b5ac3d62a61592171de8ebd676a121e9 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 28 Feb 2025 18:58:56 -0500 Subject: Update --- main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'main.css') diff --git a/main.css b/main.css index 5572bd7..cb79905 100644 --- a/main.css +++ b/main.css @@ -503,9 +503,10 @@ a.lcolonq-button-link :active { } /* throwshade */ +#lcolonq-throwshade-body { + overflow-y: scroll; +} #lcolonq-throwshade { - overflow-x: hidden; - overflow-y: hidden; height: 100vh; display: flex; flex-direction: column; @@ -564,5 +565,9 @@ a.lcolonq-button-link :active { max-width: 40%; } #lcolonq-throwshade-bottom-right img { + cursor: pointer; height: 40%; } +#lcolonq-throwshade-current { + margin: 0.5rem; +} -- cgit v1.2.3