Skip to content

Commit 3f8479b

Browse files
fix: horizontal overflow (#419)
this commit fixes the overflow caused by theme selector
1 parent 6995e0e commit 3f8479b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

template/assets/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,8 @@
571571
justify-content: space-around;
572572
max-width: 82em;
573573
margin: 0 auto;
574+
overflow-x: scroll;
575+
scrollbar-width: none;
574576
}
575577

576578
.Highlights_card__34b3J {

0 commit comments

Comments
 (0)