fix: h-full na sidebar do DevelopmentModule para scroll funcionar

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jonas Pacheco 2026-03-26 17:49:30 -03:00
parent 63780a9918
commit e0ef06cb1e
1 changed files with 1 additions and 1 deletions

View File

@ -692,7 +692,7 @@ export default function DevelopmentModule() {
return (
<div className="h-full flex bg-gray-50">
<div className="w-16 bg-gray-900 flex flex-col items-center py-4 gap-2 overflow-y-auto">
<div className="w-16 bg-gray-900 flex flex-col items-center py-4 gap-2 overflow-y-auto h-full">
<button
onClick={() => setActiveTool("home")}
className={`p-3 rounded-lg transition-colors ${activeTool === "home" ? "bg-blue-600" : "hover:bg-gray-700"}`}