Always go to the top of the section
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2023-02-28 11:05:28 +01:00
parent c8ac369bc2
commit 36a9927549

View File

@ -54,9 +54,8 @@
</script>
{#if isCNAME(services)}
<div>
<div id={dn}>
<h2
id={dn}
class="sticky-top"
style="background: white; z-index: 1"
>
@ -115,13 +114,12 @@
</h2>
</div>
{:else}
<div>
<div id={dn?dn:'@'}>
<div
class="d-flex align-items-center sticky-top mb-2 gap-2"
style="background: white; z-index: 1"
>
<h2
id={dn?dn:'@'}
style="white-space: nowrap; cursor: pointer;"
class="mb-0"
on:click={() => showResources = !showResources}