Skip to content

Commit ae4e7db

Browse files
price feed table enhancement (#811)
1 parent 6c1e489 commit ae4e7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/PriceFeedIds.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const LoadedResults = ({
7777
) : (
7878
<div className="mt-4 max-h-[1200px] overflow-auto">
7979
<Table>
80-
<thead>
80+
<thead className="sticky top-0 bg-white dark:bg-gray-900 z-10">
8181
<tr>
8282
<Th className="!font-semibold !text-right">Symbol</Th>
8383
<Th>Stable Price Feed ID</Th>

0 commit comments

Comments
 (0)