1.9.2.1
Limit banner height movement
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user