Skip to content

Commit 8dd2d4a

Browse files
authored
[Docs Site] Fix changelog horizontal scrollbar overflow (#19847)
1 parent 91273cd commit 8dd2d4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/changelog-next/Header.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ const products = await uniqueProducts(notes);
7575

7676
.content-panel {
7777
padding-top: 0 !important;
78+
overflow-x: hidden;
7879
}
7980
</style>

0 commit comments

Comments
 (0)