From e109b5fe3c900f6bd27837927f968f0c52061c70 Mon Sep 17 00:00:00 2001 From: ankit pandit Date: Tue, 24 Mar 2026 18:24:07 +0000 Subject: [PATCH] fix(pages): prevent writeOnly keyword links from sticking to bottom of viewport --- pages/understanding-json-schema/keywords/index.page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/understanding-json-schema/keywords/index.page.tsx b/pages/understanding-json-schema/keywords/index.page.tsx index 21dbab6c6..1203e8360 100644 --- a/pages/understanding-json-schema/keywords/index.page.tsx +++ b/pages/understanding-json-schema/keywords/index.page.tsx @@ -54,7 +54,7 @@ export default function StaticMarkdownPage({ datas }: { datas: DataObject[] }) { Below is a list of JSON Schema keywords with links to their respective documentation.

-
+
{datas .sort((a: DataObject, b: DataObject) => a.name.localeCompare(b.name)) .map(