We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1b025 commit ee5d774Copy full SHA for ee5d774
core/src/components/segment-content/segment-content.scss
@@ -9,6 +9,12 @@
9
10
width: 100%;
11
12
+ // Workaround for a Safari/WebKit bug where flexbox children with dynamic
13
+ // height (e.g., height: fit-content) are not included in the scrollable area
14
+ // when using horizontal scrolling. This is needed to make the segment view
15
+ // scroll to the correct content.
16
+ min-height: 1px;
17
+
18
overflow-y: scroll;
19
20
/* Hide scrollbar in Firefox */
0 commit comments