[Vuejs]-Trying to make equal height elements in Vue 3 / TypeScript / Quasar but it doesn't always work

0๐Ÿ‘

โœ…

I fixed this by changing min-height to height.

Not sure why that helps, but it works now.

Leave a comment