Files
xamxam/TODO.md
T
Pontoporeia 42c4e78df6 toc: add independent scrollbar for desktop TOC sidebar
- Added max-height, overflow-y: auto, overscroll-behavior: contain,
  and scrollbar-width: thin to .toc in the desktop media query (toc.css)
- This gives the TOC its own scrollbar when its content exceeds the
  viewport height, scrolling independently from the main content
- Affects both public pages (about, charte, licence via .page-content)
  and admin pages (acces, parametres, contenus via .admin-main--toc)
2026-07-03 15:29:05 +02:00

374 B

  • Fix markdown cheatsheet modal 500 error — missing require_once bootstrap.php in app/public/admin/markdown-cheatsheet-fragment.php
  • Add padding-bottom to .md-cheatsheet-dialog so last table row isn't flush against dialog edge
  • Add independent scrollbar for TOC in charte/licence/apropos + admin pages (max-height + overflow-y: auto on .toc desktop)