diff --git a/canvas/src/components/TemplatePalette.tsx b/canvas/src/components/TemplatePalette.tsx index 710d01b1..3f67bcba 100644 --- a/canvas/src/components/TemplatePalette.tsx +++ b/canvas/src/components/TemplatePalette.tsx @@ -400,6 +400,11 @@ export function TemplatePalette() {
+ {/* Org templates live INSIDE the scroll container so an + * expanded list (15+ entries) is reachable instead of + * overflowing the fixed footer below. */} + + {loading && (
@@ -467,7 +472,6 @@ export function TemplatePalette() {
-
{/* Content — both panels are always in the DOM so aria-controls targets exist. - The inactive panel is hidden via the HTML `hidden` attribute (removed from - display and accessibility tree, but present in the DOM for WCAG 4.1.2). */} -