FIX: Increase z-index of th element (#253)

This commit is contained in:
Jordan Vidrine 2023-07-12 15:51:56 -05:00 committed by GitHub
parent 2cc87a1015
commit b56065f989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ table.group-reports {
top: 0;
color: var(--primary);
background: var(--primary-low);
z-index: z("base");
}
}
}