Skip to content

Commit 81a578d

Browse files
committed
fix(table): focused table cells are not interactive
1 parent 3a6178e commit 81a578d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/material/scss/table/_layout.scss

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
position: absolute;
2020
top: 0;
2121
left: 0;
22+
pointer-events: none;
2223
}
2324
}
2425

0 commit comments

Comments
 (0)