This commit is contained in:
2026-05-27 06:44:20 +02:00
parent 635afe9f9f
commit ef08f85d25

View File

@@ -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;