Add JavaScript auto scroll when opening the value block

This commit is contained in:
2025-07-24 11:31:27 -04:00
parent 67495b5064
commit 1b5626b477
2 changed files with 11 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
<a class="button button-metagamerscore" href="https://metagamerscore.com/profile/25193" rel="noopener" role="button" itemprop="sameAs"><img class="icon" aria-hidden="true" src="images/icons/generic-game-controller.svg" alt="">MetaGamerScore</a>
<details class="value-block">
<summary>
<summary id="value-expanded">
<!-- Value for Value -->
<span class="button button-v4v" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-bolt-icon.svg" alt="">Value for Value</a>
</summary>
@@ -76,6 +76,8 @@
</div>
</div>
<script src="app.js"></script>
</body>
</html>