Skip to content

Commit

Permalink
fix heights
Browse files Browse the repository at this point in the history
  • Loading branch information
nicosampler committed Nov 15, 2024
1 parent acb9fd8 commit c6ef855
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export default function RootLayout({
height={1}
/>
<Providers>
<div className="flex flex-col bg-black relative">
<div className="flex flex-col bg-black relative h-full">
<Header />
<div
className={`flex flex-1 z-[1] ${
Expand Down
3 changes: 3 additions & 0 deletions packages/website/src/theme/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ export const theme = extendTheme({
'--diff-code-insert-background-color': '#1c4532 !important',
'--diff-code-delete-background-color': '#63171b !important',
},
'div[data-rk]': {
height: '100%',
},
}),
},
gradients: {
Expand Down

0 comments on commit c6ef855

Please sign in to comment.