fix: sticky table header no longer has transparent background
This commit is contained in:
@@ -16,7 +16,7 @@ export default function DesktopHeader({
|
||||
Select,
|
||||
}: LargeTableProps) {
|
||||
return (
|
||||
<thead>
|
||||
<thead className={styles.header}>
|
||||
<tr className={styles.iconRow}>
|
||||
<th className={styles.verticalTableHeader} />
|
||||
{levels.map((level, idx) => {
|
||||
|
||||
Reference in New Issue
Block a user