Skip to content

Commit 698f2d2

Browse files
committed
Fix unwanted white space in the upper part of horizontal ScrollView
1 parent 4c1c758 commit 698f2d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/components/ScrollView/ScrollView.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ $_arrow-outer-spacing: spacing.of(4);
186186
.isRootHorizontal .content {
187187
display: inline-flex; // 4.
188188
min-width: 100%;
189+
vertical-align: top;
189190
}
190191

191192
.isRootHorizontal .scrollingShadows::before,

0 commit comments

Comments
 (0)