Encountering a layout issue. Here is the problem:
https://codepen.io/positivethinking639/pen/YzzwYZq.
When the dialog pops up, it appears strange because the width of the
row(<v-row justify="center">
) is larger than the width of the dialog
, resulting in two shadows being seen.
My goal is to make the width of the row(<v-row justify="center">
) match with the width of the dialog.
I have attempted to solve this but haven't found a solution yet. Any help would be appreciated.