Location: Avoid route change scroll
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user