Skip to content

Commit e94df21

Browse files
committed
sidebarを開いた際の背景色のバグを修正
1 parent 572c65f commit e94df21

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

app/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function RootLayout({
2424
}: Readonly<{ children: ReactNode }>) {
2525
return (
2626
<html lang="ja">
27-
<body className="w-screen h-screen bg-inherit! text-inherit! m-0!">
27+
<body className="w-screen min-h-screen bg-transparent! text-inherit! m-0!">
2828
{/* mocha.css がbodyに背景色などを設定してしまうので、それを上書きしている */}
2929
<AutoAnonymousLogin />
3030
<SidebarMdProvider>

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@types/react": "^19",
6060
"@types/react-dom": "^19",
6161
"@types/react-syntax-highlighter": "^15.5.13",
62-
"daisyui": "^5.0.50",
62+
"daisyui": "^5.5.5",
6363
"drizzle-kit": "^0.31.5",
6464
"eslint": "^9",
6565
"eslint-config-next": "<15.4",

0 commit comments

Comments
 (0)