Skip to content

Commit 7fd6f01

Browse files
authored
fix: HTML sub element coming on top of thead during table content scroll (#413)
1 parent 47f0f7b commit 7fd6f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/raystack/v1/components/table/table.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
top: 0px;
1313
position: sticky;
1414
background: var(--rs-color-background-base-primary);
15-
margin: 0 0 0 0;
15+
margin: 0;
16+
z-index: 1;
1617
}
1718

1819
.head {

0 commit comments

Comments
 (0)