Skip to content

Commit 4b8aa11

Browse files
igalklebanovgioboa
andcommitted
feat(popover-content): add aria-modal attr
Co-authored-by: Giorgio Boa <[email protected]>
1 parent 8aaa3d1 commit 4b8aa11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit-headless/src/components/popover/popover-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export const PopoverContent = component$(() => {
1919
});
2020

2121
return (
22-
<div ref={ref} role="dialog" class="popover-content">
22+
<div ref={ref} role="dialog" aria-modal="true" class="popover-content">
2323
<Slot />
2424
</div>
2525
);

0 commit comments

Comments
 (0)