mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-01 05:21:43 +02:00
Fix blockchain flicker issue
This commit is contained in:
@@ -133,6 +133,10 @@ export function InteractiveRoadmapRenderer(props: RoadmapProps) {
|
||||
minHeight = ['400px', '865px', '1065px', '1400px', '1400px', '1400px'];
|
||||
}
|
||||
|
||||
if (roadmap.id === 'blockchain') {
|
||||
minHeight = ['780px', '1120px', '1770px', '2235px', '2235px', '2235px'];
|
||||
}
|
||||
|
||||
return (
|
||||
<Container maxW={'container.lg'} position="relative" minHeight={minHeight}>
|
||||
{(isLoading || isRendering) && <RoadmapLoader />}
|
||||
|
Reference in New Issue
Block a user