ヘッダーの下を操作可能にする

This commit is contained in:
moris 2025-03-06 10:35:41 +09:00
parent 6b8e74a318
commit 94f40c51e0

View file

@ -71,11 +71,13 @@
top: 0; top: 0;
height: 80px; height: 80px;
z-index: 1; z-index: 1;
pointer-events: none;
@media(width<1000px) { @media(width<1000px) {
height: 40px; height: 40px;
} }
& header { & header {
pointer-events: auto;
background-color: var(--theme-color); background-color: var(--theme-color);
height: 100%; height: 100%;
transition: height .4s, transform .4s, background-color 1s; transition: height .4s, transform .4s, background-color 1s;