remove transition on page header visibility

This commit is contained in:
jeffvli
2025-11-22 04:33:20 -08:00
parent 19a51d82be
commit e80fc1a513
@@ -6,9 +6,6 @@
height: 65px;
pointer-events: none;
opacity: 0;
transition:
opacity 0.2s ease-in-out,
visibility 0.2s ease-in-out;
}
.container[data-visible='true'] {