Skip to content

Commit 46ee6c6

Browse files
authored
Do not reserve space for carousel buttons on tablet for scrollable/small and scrollable/medium as neither container is now scrollable on tablet. This is because: (#13817)
scrollable/small now stacks into a 2x2 grid on tablet scrollable/medium is now limited to 4 cards which all appear on screen on tablet.
1 parent 8860125 commit 46ee6c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dotcom-rendering/src/components/FrontSection.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -411,9 +411,6 @@ const secondaryLevelTopBorder = css`
411411
`;
412412

413413
const carouselNavigationPlaceholder = css`
414-
${between.tablet.and.leftCol} {
415-
min-height: 44px;
416-
}
417414
.hidden & {
418415
display: none;
419416
}

0 commit comments

Comments
 (0)