Skip to content
Snippets Groups Projects
Commit 4b01336c authored by Aggarwal Himanshu's avatar Aggarwal Himanshu
Browse files

Fix table z-index

parent 2fd437d3
No related branches found
No related tags found
2 merge requests!7Merge develop to main,!5Filters Feature
...@@ -134,7 +134,7 @@ export default function Home() { ...@@ -134,7 +134,7 @@ export default function Home() {
content={<TableIcon className="w-6 h-6 dark:text-white" />} content={<TableIcon className="w-6 h-6 dark:text-white" />}
> >
<Table> <Table>
<TableRow className="h-14 items-center sticky top-0 z-50"> <TableRow className="h-14 items-center sticky top-0 z-40">
<TableCell className="w-6 h-10"></TableCell> <TableCell className="w-6 h-10"></TableCell>
<TableCell className="w-24 h-10"> <TableCell className="w-24 h-10">
<p className="font-medium text-base text-center">Name</p> <p className="font-medium text-base text-center">Name</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment