How round conners of dialog of v-bottom-sheet? style=”border-radius:20px;” make rounded overlay not the dialog.
<v-bottom-sheet style="border-radius:20px;" v-model="sheet" inset>
<v-sheet class="text-center">
<h1 style="color:red;">Header</h1>
<br>
<br>
<br>
</v-sheet>
</v-bottom-sheet>
New contributor
user25076812 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.