Skip to content

Commit 74b331d

Browse files
committed
Fix circular axes bug with table caption
1 parent 801137d commit 74b331d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/components/_wrapper.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ table.charts-css {
6464
tfoot {
6565
@include visually-hidden();
6666
}
67+
68+
tbody {
69+
position: relative;
70+
}
71+
6772
}
6873

6974

0 commit comments

Comments
 (0)