0

Reproduction Link: https://codepen.io/kingyue737/pen/BaVdjmg

This repro is modified from official example https://vuetifyjs.com/en/components/dialogs/#scrollable

The only difference is that I add overflow: overlay to v-card-text in the dialog:

<!-- line 22 in codepen -->
<v-card-text style="height: 300px; overflow-y: overlay">

Then I can no longer scroll by mouse wheel. I can't understand why. Any help would be appreciated.

1

1 Answer 1

0

Remove overflow-y: overlay from <v-card-text...

eg:

<v-card-text style="height: 300px;">
2
  • I ask why adding overflow-y: overlay will prevent mouse wheel. Then you let me remove it...
    – Yue JIN
    Commented Nov 18, 2022 at 4:26
  • did you try overflow-y: auto? Commented Nov 18, 2022 at 10:35

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.