File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export default function Layout({ children }: { children: ReactNode }) {
2323 < body className = "flex min-h-screen flex-col [--spacing-fd-container:1566px]" >
2424 < Banner
2525 height = "24px"
26- className = "whitespace-break-spaces bg-[#fef6d5] text-black"
26+ className = "z-[10000] whitespace-break-spaces bg-[#fef6d5] text-black"
2727 >
2828 🚀 BlockNote AI is here!{ " " }
2929 < a href = "/docs/features/ai" className = "italic underline" >
Original file line number Diff line number Diff line change @@ -45,10 +45,22 @@ body {
4545 color : var (--color-fd-primary );
4646}
4747
48+ # nd-nav {
49+ z-index : 10000 ;
50+ }
51+
4852: focus-visible {
4953 box-shadow : unset !important ;
5054}
5155
56+ .demo {
57+ overflow : none;
58+ }
59+
60+ .demo .bn-container {
61+ position : relative;
62+ }
63+
5264.demo .bn-container : not (.bn-comment-editor ),
5365.demo .bn-editor {
5466 height : 100% ;
You can’t perform that action at this time.
0 commit comments