phone fixes
All checks were successful
Build And Push Image / docker (push) Successful in 3m9s

This commit is contained in:
2025-08-08 13:23:18 +02:00
parent 59bb4ca714
commit 0545f7e9c4
2 changed files with 91 additions and 5 deletions

View File

@@ -21,10 +21,10 @@
<v-menu
v-model="dropdownOpen"
:close-on-content-click="false"
:location="isMobile ? 'bottom' : 'bottom'"
location="bottom start"
:offset="isMobile ? 8 : 4"
:max-height="isMobile ? '70vh' : '300'"
:full-width="isMobile"
:max-height="isMobile ? '70vh' : '300px'"
min-width="280"
:transition="isMobile ? 'slide-y-transition' : 'fade-transition'"
>
<template #activator="{ props: menuProps }">
@@ -35,8 +35,7 @@
'country-selector--open': dropdownOpen,
'country-selector--mobile': isMobile
}"
@click="toggleDropdown"
@touchstart="handleTouchStart"
@click.stop="toggleDropdown"
>
<img
:src="flagUrl"