fix: modal focus scroll bug (#738)

pull/739/head
Vjacheslav Trushkin 2023-01-03 15:02:54 +02:00 zatwierdzone przez GitHub
rodzic 055df9d28c
commit 8b219cdb73
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -66,6 +66,8 @@ const { activate } = useFocusTrap(elDialogRoot, {
allowOutsideClick: true,
clickOutsideDeactivates: true,
escapeDeactivates: true,
preventScroll: true,
returnFocusOnDeactivate: true,
})
defineExpose({

Wyświetl plik

@ -126,6 +126,7 @@ useIntersectionObserver(video, (entries) => {
</template>
<template v-else>
<button
type="button"
focus:outline-none
focus:ring="2 primary inset"
rounded-lg