From 056ed0d5f050158cebad689099214b164539899a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 15 May 2022 19:08:58 +0200 Subject: chore: improve accessibility --- src/components/templates/page/page-layout.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'src/components/templates/page/page-layout.tsx') diff --git a/src/components/templates/page/page-layout.tsx b/src/components/templates/page/page-layout.tsx index 045b8c1..4e4ff00 100644 --- a/src/components/templates/page/page-layout.tsx +++ b/src/components/templates/page/page-layout.tsx @@ -185,7 +185,14 @@ const PageLayout: FC = ({ className={styles.header} /> {withToC && ( - + {isMounted && bodyRef.current && ( )} @@ -203,7 +210,14 @@ const PageLayout: FC = ({ )} - + {widgets} {hasCommentsSection && ( -- cgit v1.2.3