mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
parent
5723ffef02
commit
c6373dc9b6
21 changed files with 24 additions and 5 deletions
|
@ -150,6 +150,7 @@
|
|||
}
|
||||
}}"
|
||||
>
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<div
|
||||
bind:this="{innerModal}"
|
||||
role="dialog"
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
export let hasScrollingContent = false;
|
||||
</script>
|
||||
|
||||
<!-- svelte-ignore a11y-no-noninteractive-tabindex -->
|
||||
<div
|
||||
tabindex="{hasScrollingContent ? '0' : undefined}"
|
||||
role="{hasScrollingContent ? 'region' : undefined}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue