Skip to content

Commit

Permalink
Fix unwanted white space in the upper part of horizontal ScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Jan 17, 2023
1 parent 4c1c758 commit 698f2d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/ScrollView/ScrollView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ $_arrow-outer-spacing: spacing.of(4);
.isRootHorizontal .content {
display: inline-flex; // 4.
min-width: 100%;
vertical-align: top;
}

.isRootHorizontal .scrollingShadows::before,
Expand Down

0 comments on commit 698f2d2

Please sign in to comment.