diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index 077788b966..94864ef5f4 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -23,7 +23,7 @@ export default function Layout({ children }: { children: ReactNode }) { 🚀 BlockNote AI is here!{" "} diff --git a/docs/app/styles.css b/docs/app/styles.css index a2c1a7449c..1216a36202 100644 --- a/docs/app/styles.css +++ b/docs/app/styles.css @@ -45,10 +45,22 @@ body { color: var(--color-fd-primary); } +#nd-nav { + z-index: 10000; +} + :focus-visible { box-shadow: unset !important; } +.demo { + overflow: none; +} + +.demo .bn-container { + position: relative; +} + .demo .bn-container:not(.bn-comment-editor), .demo .bn-editor { height: 100%;