fix: sticky table header no longer has transparent background
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
.header {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.iconRow {
|
||||
border-bottom: none;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
.verticalTableHeader {
|
||||
|
||||
Reference in New Issue
Block a user