fix block max-height

This commit is contained in:
ghost 2023-08-30 17:56:21 +03:00
parent 33c4f980d1
commit 355edf1063
2 changed files with 3 additions and 3 deletions

View file

@ -248,8 +248,8 @@
transition: max-height .2s;
}
*:hover > .max-height-parent-hover-640 {
max-height: 640px;
*:hover > .max-height-parent-hover-840 {
max-height: 840px;
transition: max-height .2s;
}