Skip to content

Commit ac459f2

Browse files
authored
fix: gradient box covers over ranking (#134)
1 parent 5f7d50b commit ac459f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/StakingRanking/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ export const StakingRanking: ComponentType = () => {
155155
</Flex>
156156
<StakingRankingList />
157157
<Box
158+
pointerEvents="none"
158159
w="100%"
159160
h="127px"
160161
bg="linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))"

0 commit comments

Comments
 (0)