|
|
@@ -210,9 +210,9 @@
|
|
|
<script setup lang="ts">
|
|
|
import { onMounted, type Ref, ref } from 'vue'
|
|
|
import { useCookies } from 'vue3-cookies'
|
|
|
+import { useDisplay } from 'vuetify'
|
|
|
import { COOKIE_CONSENT_CHOICE } from '~/types/enum/enums'
|
|
|
import type { CookiesPreferences } from '~/types/interface'
|
|
|
-import {useDisplay} from "vuetify";
|
|
|
|
|
|
const layoutStore = useLayoutStore()
|
|
|
const { mdAndDown } = useDisplay()
|
|
|
@@ -458,7 +458,6 @@ onMounted(() => {
|
|
|
border-radius: 15px;
|
|
|
padding: 20px;
|
|
|
|
|
|
-
|
|
|
@media (max-width: 600px) {
|
|
|
max-height: 650px;
|
|
|
overflow-y: scroll;
|