From 3683d7591270f67b44dcd94cf4ce6bc9d35aaf50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20G=C3=BCdelh=C3=B6fer?= Date: Sat, 4 Jan 2025 13:37:07 +0100 Subject: [PATCH] Move hydra behind strudel canvas --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 6d5a7c4..b2c1bb1 100644 --- a/src/style.css +++ b/src/style.css @@ -221,7 +221,7 @@ iframe#strudel { iframe#hydra { border: 0; - z-index: -1; + z-index: -2; position: fixed; top: 0; left: 0;