This commit is contained in:
@@ -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
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
size="xl"
|
||||
placeholder="выберите услугу"
|
||||
:ui="{ content: 'max-h-70' }"
|
||||
:overlay="{ scrollLock: false }"
|
||||
/>
|
||||
|
||||
<div v-if="errors?.service" style="color: #ff6467">
|
||||
|
||||
Reference in New Issue
Block a user