Limit banner height movement
This commit is contained in:
fraxle
2026-05-25 12:53:05 +01:00
parent 8e7ce5d25e
commit 31e293027e
2 changed files with 38 additions and 0 deletions
+5
View File
@@ -11,6 +11,11 @@
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1);
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 10;
}
.event-banner-wrap > * {
overflow: hidden;