Skip to content

Commit 5546e95

Browse files
committed
fix(content): enable for a11y focus
1 parent 52d6e09 commit 5546e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/components/content/content.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,7 @@ export class Content implements ComponentInterface {
455455
overscroll: forceOverscroll,
456456
[`content-${rtl}`]: true,
457457
})}
458+
tabIndex={'0'}
458459
style={{
459460
'--offset-top': `${this.cTop}px`,
460461
'--offset-bottom': `${this.cBottom}px`,

0 commit comments

Comments
 (0)