Hola ArturoGallegos
No funciona si le pongo:
Código CSS:
Ver original.slides .slide {
position: absolute;
top: 0;
width: calc(20% - 1em);
max-height: auto;
margin: 0.5em;
padding: 0;
color: black;
float: left;
overflow: auto;
background: #FFF;
transition: max-height 0.25s
ease-in-out, width
0.25s 0.25s ease-in-out, left
0.25s 0.5s ease-in-out, top
0.25s 0.75s ease-in-out;
}
También probé con: "max-height: none;"
¿Sabes cómo más podría hacerlo?
Gracias por tu ayuda