aboutsummaryrefslogtreecommitdiff
path: root/app/views/index/reader.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/index/reader.phtml
parent19975c22ecf7f94ee3c0ed10d19acee068ccc06b (diff)
Keep scroll state of page when closing the slider (#8295)
Diffstat (limited to 'app/views/index/reader.phtml')
-rw-r--r--app/views/index/reader.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/reader.phtml b/app/views/index/reader.phtml
index 648b046ed..cd86c0590 100644
--- a/app/views/index/reader.phtml
+++ b/app/views/index/reader.phtml
@@ -66,6 +66,6 @@ $useKeepUnreadImportant = !FreshRSS_Context::isImportant() && !FreshRSS_Context:
<div id="slider-content">
</div>
</aside>
-<a href="#" id="close-slider" class="<?= $class ?>">
+<a href="#close" id="close-slider" class="<?= $class ?>">
<?= _i('close') ?>
</a>