Skip to content

Commit b60d72b

Browse files
committed
add back in class
1 parent e883035 commit b60d72b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export const Layout: ParentComponent<{ isError?: boolean }> = (props) => {
162162
when={!useCurrentRouteMetaData().isProjectRoot}
163163
keyed
164164
fallback={
165-
<article class="overflow-y-auto px-2 md:px-10">
165+
<article class="expressive-code-overrides overflow-y-auto px-2 md:px-10">
166166
{props.children}
167167
</article>
168168
}

0 commit comments

Comments
 (0)