diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-05 09:45:50 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-12-05 09:45:50 +0700 |
| commit | dfe502ee9cd0b04d3b3cc73652df5e216442a233 (patch) | |
| tree | a10bc3929501162ac333ee2f4cd1ed11d5c5921c /src/modules/result/components/table.module.css | |
| parent | 878df94bba6311d611a4c42931da57d89ca0285f (diff) | |
UI: Fix result page
Diffstat (limited to 'src/modules/result/components/table.module.css')
| -rw-r--r-- | src/modules/result/components/table.module.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modules/result/components/table.module.css b/src/modules/result/components/table.module.css index 997e9c2..2681ae6 100644 --- a/src/modules/result/components/table.module.css +++ b/src/modules/result/components/table.module.css @@ -1,5 +1,5 @@ .thead { - @apply text-xs; + @apply text-xs sticky top-0 z-20; } .tbody { @@ -12,6 +12,10 @@ @apply py-2 px-2 text-center; } +.td[aria-label="name"] { + @apply sticky left-0 z-10 bg-gray-50; +} + .th { @apply whitespace-nowrap font-medium py-3 bg-neutral-100 first:rounded-md |
