From 16567e2a1f513f74e18f38e3dde7b69dd3d551d4 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Sun, 16 Mar 2025 18:43:47 -0500 Subject: [PATCH] fix(api): Ask AI button obstructs Redoc toggle: - For small devices, positions the Ask AI button up above the Redoc menu button. - I'd prefer to move the Redoc menu button up instead, but their docs don't mention position settings. - Ensures AskAI is loaded after DOMContentLoaded. --- api-docs/template.hbs | 79 ++++++++++++++++++++++++++++--------------- 1 file changed, 52 insertions(+), 27 deletions(-) diff --git a/api-docs/template.hbs b/api-docs/template.hbs index bc363affe..4c3e2597c 100755 --- a/api-docs/template.hbs +++ b/api-docs/template.hbs @@ -38,33 +38,58 @@ />{{/unless}} {{{redocHead}}} - - + + {{!