Skip to content

Commit 7139b6d

Browse files
committed
fix: fix logo scroll
1 parent 97867b4 commit 7139b6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/Logos/Logos.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
gap: var(--space-horizontal-07);
55
margin-inline: auto;
66
max-inline-size: var(--section-max-width);
7+
overflow: hidden;
78
user-select: none;
89
}
910

@@ -32,6 +33,7 @@
3233
.msrd .msrd-Logos-inner {
3334
animation: none;
3435
justify-content: space-between;
36+
overflow: auto;
3537
}
3638

3739
:dir(rtl) .msrd .msrd-Logos-inner,

0 commit comments

Comments
 (0)