diff --git a/views/scroller.html b/views/scroller.html
index 9e733d3..329c17f 100644
--- a/views/scroller.html
+++ b/views/scroller.html
@@ -328,7 +328,7 @@
.scroll-oc { display: inline-flex; align-items: center; gap: 4px; padding: 2px 8px; border-radius: 4px; font-size: .67rem; font-weight: 700; background: var(--accent); color: #000; }
/* ── SIDE ACTIONS z:10 ────────────────────────── */
- .scroll-actions { position: absolute; right: 10px; bottom: 40px; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 18px; }
+ .scroll-actions { position: absolute; right: 10px; bottom: 40px; z-index: 10; display: flex; flex-direction: column; align-items: center; gap: 18px; width: 56px; }
.scroll-btn {
display: flex; flex-direction: column; align-items: center; gap: 3px;
cursor: pointer; text-decoration: none; color: #fff; background: none; border: none; padding: 0;