From 160d4b60288cb968d837ca77d2c8ef00715a1c30 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 13 Dec 2023 14:35:11 +0100 Subject: [PATCH] update rain --- 2024/call/call.css | 12 +++++++++++- 2024/call/call.html | 4 +++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/2024/call/call.css b/2024/call/call.css index d82346e..0b7c94d 100644 --- a/2024/call/call.css +++ b/2024/call/call.css @@ -38,10 +38,20 @@ form div#dropdowns div.row{ } .drop{ - width: 200%; position:absolute; top:-10px; animation: falling 5.5s linear infinite; + pointer-events: all; +} + +#rain1, #rain2{ + overflow: hidden; + position: fixed; + left: 0px; + top: 0px; + height: 100vH; + width: 100vW; + pointer-events: none; } @keyframes falling diff --git a/2024/call/call.html b/2024/call/call.html index fdbb24b..1ba9453 100644 --- a/2024/call/call.html +++ b/2024/call/call.html @@ -6,6 +6,7 @@ +
XPUB @@ -144,6 +145,7 @@
+