From bd52d737bfc66ea1c44f2329a0480c99c8969200 Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Sun, 1 Sep 2024 06:21:26 +0200 Subject: [PATCH] Fix "hidden" block in char list messing up scroll - Fixes #2743 --- public/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/public/style.css b/public/style.css index 742a370ea..5d3e3184c 100644 --- a/public/style.css +++ b/public/style.css @@ -2412,7 +2412,6 @@ input[type="file"] { } #rm_print_characters_block .text_block { - height: 100%; width: 100%; opacity: 0.5; margin: 0 auto 1px auto;