From 94f40c51e02f18a0b5867bfdad29583979edc305 Mon Sep 17 00:00:00 2001 From: moris Date: Thu, 6 Mar 2025 10:35:41 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=98=E3=83=83=E3=83=80=E3=83=BC=E3=81=AE?= =?UTF-8?q?=E4=B8=8B=E3=82=92=E6=93=8D=E4=BD=9C=E5=8F=AF=E8=83=BD=E3=81=AB?= =?UTF-8?q?=E3=81=99=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/(DefaultStyle)/+layout.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/(DefaultStyle)/+layout.svelte b/src/routes/(DefaultStyle)/+layout.svelte index 8be525e..eebdbfe 100644 --- a/src/routes/(DefaultStyle)/+layout.svelte +++ b/src/routes/(DefaultStyle)/+layout.svelte @@ -71,11 +71,13 @@ top: 0; height: 80px; z-index: 1; + pointer-events: none; @media(width<1000px) { height: 40px; } & header { + pointer-events: auto; background-color: var(--theme-color); height: 100%; transition: height .4s, transform .4s, background-color 1s;