Skip to content

Commit 530a862

Browse files
committed
fix: zIndex
1 parent aa745ad commit 530a862

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/HintsCardsRow/HintsCardsRow.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ const HintsCardsRow: React.FC<HintsProps> = ({ mcp }) => {
5656
maxWidth: '1280px',
5757
margin: '0 auto',
5858

59-
// This breaks the scrolling currently since its zIndex is higher than the header bar
60-
// height: '150px',
61-
// zIndex: 9999,
62-
// position: 'relative',
59+
//This breaks the scrolling currently since its zIndex is higher than the header bar
60+
height: '150px',
61+
zIndex: 2,
62+
position: 'relative',
6363
}}
6464
>
6565
<GenericHintCard

0 commit comments

Comments
 (0)