Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sweet-apples-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hashicorp/react-subnav': patch
---

Attempts to fix overflow issue that causes layout shift on dot-io sites.
1 change: 1 addition & 0 deletions packages/subnav/style.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
background: var(--background-color); /* from theme.module.css */
border-top: 1px solid var(--border-color); /* from theme.module.css */
border-bottom: 1px solid transparent;
overflow: hidden;
transition: border-bottom-color 0.8s;

&.isSticky {
Expand Down