From ca352f702d72e00e11c08c1986871e825ab663f3 Mon Sep 17 00:00:00 2001 From: Cee Chen <549407+cee-chen@users.noreply.github.com> Date: Thu, 31 Aug 2023 10:07:44 -0700 Subject: [PATCH] [PR feedback] Copy Co-authored-by: Trevor Pierce <1Copenut@users.noreply.github.com> --- src-docs/src/views/header/header_example.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src-docs/src/views/header/header_example.js b/src-docs/src/views/header/header_example.js index 23bff2422b9..edd9e98939e 100644 --- a/src-docs/src/views/header/header_example.js +++ b/src-docs/src/views/header/header_example.js @@ -298,10 +298,10 @@ export const HeaderExample = { <>

Most consumers need a header that does not scroll away with the page - contents. You can apply this display by applying the property{' '} + contents. You can set this display by applying the property{' '} {'position="fixed"'}. Multiple - fixed headers will automatically stack underneath one another - without manual positioning required. + fixed headers will automatically stack underneath one another. + No manual positioning is required.

If you're using{' '}