Skip to content

Commit

Permalink
スタイル調節
Browse files Browse the repository at this point in the history
なんか勝手にスクロールするが見なかったことにする
  • Loading branch information
chakkun1121 authored Jan 17, 2024
1 parent a9625a0 commit 2ba9cb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(app)/app/_components/leftBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function LeftBar() {
<div
className={`${
isShow ? "w-screen md:w-96" : "w-0"
} h-full bg-JungleGreen-100 duration-500 sticky bottom-0 `}
} bg-JungleGreen-100 duration-500`}
style={{
gridArea: "2 / 1 / 3 / 2",
}}
Expand Down
2 changes: 1 addition & 1 deletion app/(app)/app/_components/recentFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function RecentFile({ hidden }: { hidden: boolean }) {
<IoReload />
</button>
</div>
<div className="flex-1">
<div className="flex-1 overflow-y-scroll">
{error && (
<p className="text-center">
エラーが発生しました。
Expand Down

0 comments on commit 2ba9cb0

Please sign in to comment.