We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6b9f84 + e0da2a0 commit b06696eCopy full SHA for b06696e
1 file changed
components/Tour/TourGuide.tsx
@@ -83,6 +83,8 @@ export function TourGuide() {
83
borderRadius: 'var(--border-radius-md, 8px)',
84
padding: isMobile ? 16 : 20,
85
boxShadow: '0 8px 24px rgba(0, 0, 0, 0.15)',
86
+ maxHeight: '100vh',
87
+ overflowY: 'auto',
88
},
89
tooltipContainer: {
90
textAlign: 'left',
0 commit comments