diff --git a/client/src/templates/Introduction/components/block.tsx b/client/src/templates/Introduction/components/block.tsx index 7fa458b66c1..e9b6df12f1b 100644 --- a/client/src/templates/Introduction/components/block.tsx +++ b/client/src/templates/Introduction/components/block.tsx @@ -336,7 +336,10 @@ class Block extends Component { * so we can play with it without affecting the existing block layouts. */ const ChallengeListBlock = ( - + <> + + +
@@ -371,7 +374,7 @@ class Block extends Component {
)} -
+ ); /** @@ -381,7 +384,10 @@ class Block extends Component { * so we can play with it without affecting the existing block layouts. */ const LinkBlock = ( - + <> + + +
{!isAudited && ( @@ -415,7 +421,7 @@ class Block extends Component {
-
+ ); /** @@ -423,7 +429,10 @@ class Block extends Component { * This layout is specifically used for the new Full Stack Developer Certification. */ const ChallengeGridBlock = ( - + <> + + +
@@ -460,7 +469,7 @@ class Block extends Component {
)} -
+ ); const layoutToComponent = { diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index b79a61a52ce..576404fd610 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -11,6 +11,11 @@ overflow-wrap: break-word; } +.hide-scrollable-anchor { + display: inline-block; + max-height: 0px; +} + .block-label { align-self: center; height: fit-content;