no need for overflow, let the opacity trick the user and the animation smoothly push other items
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
681a4ba8d2
commit
e2c65cfee5
|
@ -119,7 +119,6 @@ kbd {
|
|||
> ul {
|
||||
opacity: 0;
|
||||
max-height: 0;
|
||||
overflow-y: hidden;
|
||||
/* bezier override the hide/slow effect due to the 2000 max-height */
|
||||
transition: max-height 500ms cubic-bezier(0, 1, 0, 1),
|
||||
opacity 250ms ease-in-out;
|
||||
|
|
Loading…
Reference in New Issue