From e6f76d53a90828a01b765daabf647f4287f4cfd6 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 23 Sep 2024 15:57:52 -0400 Subject: [PATCH] style: lint --- core/src/components/segment-view/segment-view.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }