From 3181ab91dc5d686976a484b788f8234ec5f4083e Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:07:28 -0700 Subject: [PATCH] Make "show controls" clickable again (2nd attempt) --- css/main.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/main.css b/css/main.css index 5ff88083..04177668 100644 --- a/css/main.css +++ b/css/main.css @@ -421,14 +421,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* { } #show-controls label { + z-index: 1000; position: absolute; left: calc(100% - 179px); } -#show-controls input { - z-index: 1000; -} - #typing-container { display: none; position: absolute;