aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats/idle.phtml
diff options
context:
space:
mode:
authorGravatar Inverle <inverle@proton.me> 2025-12-08 00:29:43 +0100
committerGravatar GitHub <noreply@github.com> 2025-12-08 00:29:43 +0100
commit9fb3a02b96d5278a8a28edc0831f9c665fbace85 (patch)
tree52ea08de8178344ea93ba4a252c28627334837fb /app/views/stats/idle.phtml
parent19975c22ecf7f94ee3c0ed10d19acee068ccc06b (diff)
Keep scroll state of page when closing the slider (#8295)
Diffstat (limited to 'app/views/stats/idle.phtml')
-rw-r--r--app/views/stats/idle.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index 4e2a4eed7..59bcce9bc 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -70,6 +70,6 @@
?>
</div>
</aside>
-<a href="#" id="close-slider" class="<?= $class ?>">
+<a href="#close" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
</a>