nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.11k stars 542 forks source link

Modal overflow y #2711

Open clopezpro opened 1 day ago

clopezpro commented 1 day ago

Environment


Is this bug related to Nuxt or Vue?

Nuxt

Version

3.0.0-alpha.9

Reproduction

Image

Description

When placing a lot of content in a modal, you cannot scroll on the y axis

Additional context

No response

Logs

clopezpro commented 1 day ago

I have used this

:ui="{
      content: 'md:my-0',
      body: 'overflow-y-auto md:max-h-[calc(100vh-150px)]',

    }"