mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Fix repertoire column scrolling + admin TOC duplication
- repertoire.css: add min-height: 0 to column <ul> scroll containers so grid 1fr row shrinks below content and overflow-y: auto activates - admin-toc.js: add __adminTocBuilt guard + nav.children check to prevent double population when loaded both via admin.min.js and direct <script> - admin-toc.php: remove duplicate <script src="admin-toc.js"> tag — JS is already bundled in admin.min.js
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
grid-row: 2;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
min-height: 0;
|
||||
padding-top: var(--space-2xs);
|
||||
padding-bottom: var(--space-l);
|
||||
padding-left: 0;
|
||||
|
||||
Reference in New Issue
Block a user