Skip to content

Commit e8232f2

Browse files
authored
Merge pull request #118 from RivianTrackr/claude/remove-skip-link-zovHF
Fix nav/logo layout shift by forcing scrollbar on tire guide pages
2 parents ff16596 + 77d0a8d commit e8232f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/css/rivian-tires.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
--rtg-star-empty: #2d3a49;
1717
}
1818

19+
/* Force scrollbar visible so content loading doesn't shift the page */
20+
html:has(#tireCards) {
21+
overflow-y: scroll;
22+
}
1923
body.modal-open {
2024
overflow: hidden;
2125
}

0 commit comments

Comments
 (0)