In this snipet
I'm trying to persist the DIV visibility over other DIVs. On hover event, it scales-in the entire container but after it return on the previous dimensions
In this snipet
I'm trying to persist the DIV visibility over other DIVs. On hover event, it scales-in the entire container but after it return on the previous dimensions
I found a way of fixing it by using flexbox
I added the flexbox to the
#columns
id and usedflex-wrap:wrap
. Also added awidth
to the.pin
class.Example: https://jsfiddle.net/7zofwyau/5/