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 }"
|
:style="{ zIndex }"
|
||||||
@click.self="onBgClick"
|
@click.self="onBgClick"
|
||||||
v-focus
|
|
||||||
tabindex="-1"
|
|
||||||
>
|
>
|
||||||
<slot :max-height="maxHeight" :type="type"></slot>
|
<slot :max-height="maxHeight" :type="type"></slot>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue