Skip to content

Commit 87b5112

Browse files
committed
refactor: Fix responsiveness on desktop.
1 parent 94f40aa commit 87b5112

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Controls.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function Controls({
2828
hasFile,
2929
}: ControlsProps) {
3030
return (
31-
<div className="w-full lg:w-80 bg-white border-l border-gray-100 h-full p-6 flex flex-col gap-8 shadow-sm overflow-y-auto">
31+
<div className="w-full lg:w-80 bg-white border-l border-gray-100 p-6 flex flex-col gap-8 shadow-sm overflow-y-auto">
3232
<div className="flex items-center gap-2 pb-4 border-b border-gray-100">
3333
<Settings className="w-5 h-5 text-indigo-600" />
3434
<h2 className="font-semibold text-gray-900">Config</h2>

0 commit comments

Comments
 (0)