We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef8434 commit 715cb1fCopy full SHA for 715cb1f
apps/webapp/app/components/code/TSQLResultsTable.tsx
@@ -1139,7 +1139,7 @@ export const TSQLResultsTable = memo(function TSQLResultsTable({
1139
height: `${rowVirtualizer.getTotalSize()}px`,
1140
position: "relative",
1141
}}
1142
- className="divide-y divide-charcoal-700 border-b border-grid-bright bg-background-bright"
+ className="divide-y divide-charcoal-700 bg-background-bright after:absolute after:bottom-0 after:left-0 after:right-0 after:z-[1] after:h-px after:bg-grid-bright"
1143
>
1144
{rowVirtualizer.getVirtualItems().map((virtualRow) => {
1145
const row = tableRows[virtualRow.index];
0 commit comments