We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e883035 commit b60d72bCopy full SHA for b60d72b
src/ui/layout.tsx
@@ -162,7 +162,7 @@ export const Layout: ParentComponent<{ isError?: boolean }> = (props) => {
162
when={!useCurrentRouteMetaData().isProjectRoot}
163
keyed
164
fallback={
165
- <article class="overflow-y-auto px-2 md:px-10">
+ <article class="expressive-code-overrides overflow-y-auto px-2 md:px-10">
166
{props.children}
167
</article>
168
}
0 commit comments