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>
</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">
<IconGlobe width="44" color="#fff" />
<span>Change</span>
@@ -132,7 +132,7 @@
{#if location.description}
<p>
Houses Of
<LinkChange href="/choose" text={location.name}>
<LinkChange href="/choose" text={location.name} noScroll="true">
<IconGlobeSmall width="14" color="#999" />
</LinkChange>
{location.description}