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);