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:
parent
cf923e57ad
commit
eff50abf3d
|
@ -66,8 +66,6 @@
|
|||
]"
|
||||
:style="{ zIndex }"
|
||||
@click.self="onBgClick"
|
||||
v-focus
|
||||
tabindex="-1"
|
||||
>
|
||||
<slot :max-height="maxHeight" :type="type"></slot>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue