Skip to content

Commit b06696e

Browse files
Merge pull request #369 from CivicDataLab/25-the-tour-guide-goes-out-of-the-screen-for-the-dataset-landing-page
25 the tour guide goes out of the screen for the dataset landing page
2 parents e6b9f84 + e0da2a0 commit b06696e

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)