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 aa745ad commit 530a862Copy full SHA for 530a862
src/components/HintsCardsRow/HintsCardsRow.tsx
@@ -56,10 +56,10 @@ const HintsCardsRow: React.FC<HintsProps> = ({ mcp }) => {
56
maxWidth: '1280px',
57
margin: '0 auto',
58
59
- // This breaks the scrolling currently since its zIndex is higher than the header bar
60
- // height: '150px',
61
- // zIndex: 9999,
62
- // position: 'relative',
+ //This breaks the scrolling currently since its zIndex is higher than the header bar
+ height: '150px',
+ zIndex: 2,
+ position: 'relative',
63
}}
64
>
65
<GenericHintCard
0 commit comments