Location: Avoid route change scroll

This commit is contained in:
2020-03-06 11:18:57 +01:00
parent 87d026c348
commit 46488146d0

View File

@@ -114,7 +114,7 @@
</span> </span>
</h1> </h1>
<a href="/choose" class="button-control button-control--big button-control--dashed"> <a href="/choose" class="button-control button-control--big button-control--dashed" sapper-noscroll>
<span class="center"> <span class="center">
<IconGlobe width="44" color="#fff" /> <IconGlobe width="44" color="#fff" />
<span>Change</span> <span>Change</span>
@@ -132,7 +132,7 @@
{#if location.description} {#if location.description}
<p> <p>
Houses Of Houses Of
<LinkChange href="/choose" text={location.name}> <LinkChange href="/choose" text={location.name} noScroll="true">
<IconGlobeSmall width="14" color="#999" /> <IconGlobeSmall width="14" color="#999" />
</LinkChange> </LinkChange>
{location.description} {location.description}