themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
739 stars 117 forks source link

fix: remove h-auto from Modal class #226

Closed h-d3v closed 11 months ago

h-d3v commented 11 months ago

Hello, the class md:h-auto creates a bug where the content that overflows the height of the page is not seen. Of course the bug only happens if display window is larger than md.

You can try to put extra text in your modal example till it exceeds the window height. When removing md:h-auto, this problem disappears as the class is h-max

cogor commented 11 months ago

Hey, thank you for that PR, I will refactor modal component soon

h-d3v commented 11 months ago

Thanks 😃