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