disable scroll in map
This commit is contained in:
@@ -21,7 +21,7 @@ const t = useTranslations(lang)
|
|||||||
type="text/javascript"
|
type="text/javascript"
|
||||||
charset="utf-8"
|
charset="utf-8"
|
||||||
async
|
async
|
||||||
src="https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A069b17526dc83cbf87c488f13ae089eb3af0f8f74af57e1be82e183434693562&width=100%25&height=400&lang=ru_RU&scroll=true"
|
src=`https://api-maps.yandex.ru/services/constructor/1.0/js/?um=constructor%3A069b17526dc83cbf87c488f13ae089eb3af0f8f74af57e1be82e183434693562&width=100%25&height=400&lang=${lang}&scroll=false`
|
||||||
></script>
|
></script>
|
||||||
<div class="flex flex-col items-center gap-3 px-4 py-6 text-center md:gap-4 md:px-6 md:py-8">
|
<div class="flex flex-col items-center gap-3 px-4 py-6 text-center md:gap-4 md:px-6 md:py-8">
|
||||||
<Image src={logoSrc} alt="logo" class="h-32 w-auto md:h-48" />
|
<Image src={logoSrc} alt="logo" class="h-32 w-auto md:h-48" />
|
||||||
|
|||||||
Reference in New Issue
Block a user