fix: jump to top of page when opening modals

I want to do this probably later, for now it will still focus inside the window when pressing tab
This commit is contained in:
Freeplay 2023-06-24 10:20:00 -04:00
parent cf923e57ad
commit eff50abf3d

View file

@ -66,8 +66,6 @@
]"
:style="{ zIndex }"
@click.self="onBgClick"
v-focus
tabindex="-1"
>
<slot :max-height="maxHeight" :type="type"></slot>
</div>