mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
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
c77970159d
commit
94de165914
1 changed files with 0 additions and 2 deletions
|
@ -66,8 +66,6 @@
|
|||
]"
|
||||
:style="{ zIndex }"
|
||||
@click.self="onBgClick"
|
||||
v-focus
|
||||
tabindex="-1"
|
||||
>
|
||||
<slot :max-height="maxHeight" :type="type"></slot>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue