Skip to content

Commit f6d4158

Browse files
committed
style: hide sdBox scrollbar while keeping horizontal scroll
1 parent e0bdeee commit f6d4158

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,6 +714,15 @@ article li {
714714
height: 9rem;
715715
gap: 1rem;
716716
padding: 1rem;
717+
scroll-behavior: smooth;
718+
-ms-overflow-style: none;
719+
scrollbar-width: none;
720+
}
721+
722+
.sdBox::-webkit-scrollbar {
723+
display: none;
724+
width: 0;
725+
height: 0;
717726
}
718727

719728
.sdCard {

0 commit comments

Comments
 (0)