mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-19 11:59:34 +00:00
parent
5723ffef02
commit
c6373dc9b6
21 changed files with 24 additions and 5 deletions
|
@ -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