Skip to content

Commit

Permalink
fix: hide left border around canvas when resized
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon committed Jan 15, 2025
1 parent df449a4 commit 9507081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/block.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ function PureBlock({
)}

<motion.div
className="fixed dark:bg-muted bg-background h-dvh flex flex-col overflow-y-scroll border-l dark:border-zinc-700 border-zinc-200"
className="fixed dark:bg-muted bg-background h-dvh flex flex-col overflow-y-scroll md:border-l dark:border-zinc-700 border-zinc-200"
initial={
isMobile
? {
Expand Down

0 comments on commit 9507081

Please sign in to comment.