You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<template>
<div>
<va-button@click="showModal = !showModal">Show modal (default)</va-button>
<va-modalv-model="showModal":message="popupMessage"title="Overview":mobile-fullscreen="false"blur />
<pre>{{ showModal }}</pre>
<pv-for="n in 100":key="n">{{ n }}</p>
</div>
</template>
<script setup>
constshowModal=ref(false);constpopupMessage=`Lorem ipsum dolor sit amet, consectetur adipisicing elit. Alias animi aspernatur atque blanditiis, consequatur corporis deleniti exercitationem expedita facilis fugit inventore laborum nam nobis odit, quae quas repudiandae vitae voluptates.`;
</script>
What is the expected behavior?
When modal is opened, the background content overflow scroll should be disabled
What is the current behavior?
document overflow is still scrollable
The text was updated successfully, but these errors were encountered:
1isten
changed the title
Nuxt 3: open modal open not disabling document (body) overflow when use @vuestic/nuxt module
Nuxt 3: open modal not disabling document (body) overflow when use @vuestic/nuxt module
Feb 14, 2023
Vuestic-ui version: 1.5.3
Steps to reproduce
nuxt.config.ts
app.vue
What is the expected behavior?
When modal is opened, the background content overflow scroll should be disabled
What is the current behavior?
document overflow is still scrollable
The text was updated successfully, but these errors were encountered: