init
All checks were successful
Deploy / build (push) Successful in 52s

This commit is contained in:
alsaze
2025-12-09 13:17:33 +03:00
parent 3747128a1b
commit fb6df88366
2 changed files with 5 additions and 8 deletions

View File

@@ -25,18 +25,14 @@
scrollbar-color: rgba(128, 128, 128, 0.5) transparent; scrollbar-color: rgba(128, 128, 128, 0.5) transparent;
} }
body {
-ms-overflow-style: -ms-autohiding-scrollbar;
}
html { html {
scroll-behavior: smooth; scroll-behavior: smooth;
overflow: visible !important;
} }
html.dark, body {
[data-theme="dark"] { overflow: visible !important;
background-color: #000 !important; padding-right: 0 !important;
color-scheme: dark;
} }
//swiper //swiper

View File

@@ -93,6 +93,7 @@
size="xl" size="xl"
placeholder="выберите услугу" placeholder="выберите услугу"
:ui="{ content: 'max-h-70' }" :ui="{ content: 'max-h-70' }"
:overlay="{ scrollLock: false }"
/> />
<div v-if="errors?.service" style="color: #ff6467"> <div v-if="errors?.service" style="color: #ff6467">