Skip to content

Commit e5467b8

Browse files
committed
feat(material-experimental/mdc-table): fixed table sticky complex flex example accessibility
1 parent 8e09f3d commit e5467b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components-examples/material-experimental/mdc-table/table-sticky-complex-flex/table-sticky-complex-flex-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
</mat-button-toggle-group>
3636
</div>
3737

38-
<div class="example-container mat-elevation-z8">
38+
<section class="example-container mat-elevation-z8" tabindex="0">
3939
<mat-table [dataSource]="dataSource" *ngFor="let table of tables">
4040
<ng-container matColumnDef="position" [sticky]="isSticky(stickyColumns, 'position')">
4141
<mat-header-cell *matHeaderCellDef> Position </mat-header-cell>

0 commit comments

Comments
 (0)