This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user