diff --git a/core/src/components/segment-content/segment-content.scss b/core/src/components/segment-content/segment-content.scss index 464402b41f..38616a7d90 100644 --- a/core/src/components/segment-content/segment-content.scss +++ b/core/src/components/segment-content/segment-content.scss @@ -8,4 +8,17 @@ flex-shrink: 0; width: 100%; + + overflow-y: scroll; + + /* Hide scrollbar in Firefox */ + scrollbar-width: none; + + /* Hide scrollbar in IE and Edge */ + -ms-overflow-style: none; + + /* Hide scrollbar in webkit */ + &::-webkit-scrollbar { + display: none; + } }