diff --git a/bin/apply-26-incident-fixes.sh b/bin/apply-26-incident-fixes.sh index eb9042d..1dfe6d3 100755 --- a/bin/apply-26-incident-fixes.sh +++ b/bin/apply-26-incident-fixes.sh @@ -135,6 +135,23 @@ patch = """ background-color: transparent !important; background: transparent !important; } +/* INC5: kill grey scrollbar groove at page bottom (Chrome native scrollbar + default = grey track; appears as ~15px strip at viewport bottom). Style + all scrollbars to ARRFLIX palette. */ +*::-webkit-scrollbar { + background: #000000 !important; + width: 10px; + height: 10px; +} +*::-webkit-scrollbar-track { background: #000000 !important; } +*::-webkit-scrollbar-thumb { + background: #2a2a2a !important; + border-radius: 5px; +} +*::-webkit-scrollbar-thumb:hover { background: #3a3a3a !important; } +*::-webkit-scrollbar-corner { background: #000000 !important; } +* { scrollbar-color: #2a2a2a #000000; } +html, body { scrollbar-color: #2a2a2a #000000; } """ s = s.replace("", patch + "") open(p, "w").write(s) diff --git a/docs/26-incident-2026-05-09-page-unresponsive-and-playback.md b/docs/26-incident-2026-05-09-page-unresponsive-and-playback.md index 66e9768..f9fde99 100644 --- a/docs/26-incident-2026-05-09-page-unresponsive-and-playback.md +++ b/docs/26-incident-2026-05-09-page-unresponsive-and-playback.md @@ -2,7 +2,8 @@ > Session log. Live document — updated as fix proceeds. Goal: future-me + other operators can read this and skip every dead-end I already walked. -Status as of doc creation: **ONGOING** — partial fix applied, more under investigation. +Status: **CLOSED 2026-05-09** — owner double-confirmed all symptoms resolved. +See "## Final state" at bottom for the consolidated outcome. --- @@ -1302,3 +1303,190 @@ that the device profile doesn't DirectPlay). **Repo commit:** `web-overrides/index.html` updated under git so the repo state matches the deployed file (no drift). + +### INC5 MNS playback verify (post-fix end-to-end test) + +Closes the loop on Iteration-3 INC5 fixes (AV1 source re-encode + +fMP4-HLS-disable shim) by exercising the actual user flow on prod: +log in -> click Play on MNS S1E4 -> observe `