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
+1
View File
@@ -311,6 +311,7 @@ table.group-reports {
top: 0;
color: var(--primary);
background: var(--primary-low);
z-index: z("base");
}
}
}