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