I am working with a bootstrap card and trying to control the visibility of the .task__content
part using CSS transforms. Specifically, I want to hide it with transform: scaleY(0)
and reveal it on hover over the .task
element. However, I am encountering a strange issue where there is an empty vertical space between borders. Can anyone help me understand why this is happening and how to fix it? Why does the empty space persist even when .task__content
is hidden using transform scale?
https://i.sstatic.net/JBP9I.png