We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52d6e09 commit 5546e95Copy full SHA for 5546e95
core/src/components/content/content.tsx
@@ -455,6 +455,7 @@ export class Content implements ComponentInterface {
455
overscroll: forceOverscroll,
456
[`content-${rtl}`]: true,
457
})}
458
+ tabIndex={'0'}
459
style={{
460
'--offset-top': `${this.cTop}px`,
461
'--offset-bottom': `${this.cBottom}px`,
0 commit comments