From da38ea2120fcbad8c4366e54df1dd9d2acf30445 Mon Sep 17 00:00:00 2001 From: Professional Date: Fri, 23 May 2025 20:42:01 +0700 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81=20=D1=80=D0=B0=D0=B7?= =?UTF-8?q?=D0=B4=D0=B5=D0=BB=D0=B0=20"=D0=BF=D0=BE=D0=B8=D1=81=D0=BA"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SwipeView.vue | 31 +++++++++---------------------- 1 file changed, 9 insertions(+), 22 deletions(-) diff --git a/src/views/SwipeView.vue b/src/views/SwipeView.vue index 648599b..e968b02 100644 --- a/src/views/SwipeView.vue +++ b/src/views/SwipeView.vue @@ -6,7 +6,7 @@ -
+
@@ -155,27 +155,7 @@
- -
- - -
+
@@ -665,6 +645,13 @@ watch(suggestions, () => { overflow: hidden; } +/* Блокировка прокрутки */ +.no-scroll { + overflow: hidden !important; + touch-action: none !important; + position: relative; +} + /* Хедер */ .swipe-header { background: rgba(33, 33, 60, 0.9);