From fb6df883669dd7eb674813194318eece6be5141d Mon Sep 17 00:00:00 2001 From: alsaze Date: Tue, 9 Dec 2025 13:17:33 +0300 Subject: [PATCH] init --- assets/scss/main.scss | 12 ++++-------- components/Contacts.vue | 1 + 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/assets/scss/main.scss b/assets/scss/main.scss index 5d14a93..29f0737 100644 --- a/assets/scss/main.scss +++ b/assets/scss/main.scss @@ -25,18 +25,14 @@ scrollbar-color: rgba(128, 128, 128, 0.5) transparent; } -body { - -ms-overflow-style: -ms-autohiding-scrollbar; -} - html { scroll-behavior: smooth; + overflow: visible !important; } -html.dark, -[data-theme="dark"] { - background-color: #000 !important; - color-scheme: dark; +body { + overflow: visible !important; + padding-right: 0 !important; } //swiper diff --git a/components/Contacts.vue b/components/Contacts.vue index cc6c492..d41ef06 100644 --- a/components/Contacts.vue +++ b/components/Contacts.vue @@ -93,6 +93,7 @@ size="xl" placeholder="выберите услугу" :ui="{ content: 'max-h-70' }" + :overlay="{ scrollLock: false }" />