diff --git a/core/src/components/segment-view/segment-view.scss b/core/src/components/segment-view/segment-view.scss index 2e08f279ab..e6075fd214 100644 --- a/core/src/components/segment-view/segment-view.scss +++ b/core/src/components/segment-view/segment-view.scss @@ -24,8 +24,8 @@ :host(.segment-view-disabled) { scroll-snap-type: none; + opacity: 0.7; + touch-action: none; overflow-x: hidden; - - opacity: 0.7; }