We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f40aa commit 87b5112Copy full SHA for 87b5112
1 file changed
src/components/Controls.tsx
@@ -28,7 +28,7 @@ export function Controls({
28
hasFile,
29
}: ControlsProps) {
30
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">
+ <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">
32
<div className="flex items-center gap-2 pb-4 border-b border-gray-100">
33
<Settings className="w-5 h-5 text-indigo-600" />
34
<h2 className="font-semibold text-gray-900">Config</h2>
0 commit comments