Skip to content

Commit 4d636a5

Browse files
committed
fix(segment-view): prevent vertical scroll while scrolling horizontally
1 parent 2018a04 commit 4d636a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/components/segment-view/segment-view.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:host {
55
display: flex;
66

7-
height: 100%;
7+
min-height: 100%;
88

99
overflow-x: scroll;
1010
scroll-snap-type: x mandatory;

0 commit comments

Comments
 (0)