Skip to content

Commit 8932ed4

Browse files
committed
Fixed tour guide going out of the screen
1 parent 0c037cb commit 8932ed4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

components/Tour/TourGuide.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ export function TourGuide() {
8383
borderRadius: 'var(--border-radius-md, 8px)',
8484
padding: isMobile ? 16 : 20,
8585
boxShadow: '0 8px 24px rgba(0, 0, 0, 0.15)',
86+
maxHeight: '100vh',
87+
overflowY: 'auto',
8688
},
8789
tooltipContainer: {
8890
textAlign: 'left',

0 commit comments

Comments
 (0)