fix: adicionar overflow-y-auto na sidebar do DevelopmentModule

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

View File

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