File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/lib/components/TaskTables Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 106106<!-- https://github.com/kenkoooo/AtCoderProblems/blob/master/atcoder-problems-frontend/src/pages/TablePage/AtCoderRegularTable.tsx -->
107107<!-- https://github.com/birdou/atcoder-blogs/blob/main/app/atcoder-blogs-frontend/src/pages/BlogTablePage/BlogTablePage.tsx -->
108108<!-- https://tailwindcss.com/docs/position#sticky-positioning-elements -->
109- <div class =" container w-full overflow-hidden rounded-md border border-gray-300 shadow-sm" >
109+ <div class =" container w-full overflow-hidden rounded-md border border-gray-100 shadow-sm" >
110110 <div class =" w-full overflow-auto" >
111111 <Table id =" task-table" class =" text-md table-fixed w-full" aria-label =" Task table" >
112112 <TableHead class =" text-sm bg-gray-100" >
You can’t perform that action at this time.
0 commit comments