Skip to content

Commit a4e8fe3

Browse files
committed
fix: changelog scrollbar overflow
1 parent ef31bf7 commit a4e8fe3

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)