Skip to content

Commit 53bd969

Browse files
committed
fix: skeleton z-index
1 parent 8b870d9 commit 53bd969

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/src/components/DisputeCard/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ const StyledCard = styled(Card)`
1616
min-width: 312px;
1717
width: auto;
1818
height: 260px;
19+
20+
.react-loading-skeleton {
21+
z-index: 0;
22+
}
1923
`;
2024

2125
const Container = styled.div`

0 commit comments

Comments
 (0)