fix: adicionar overflow-y-auto na sidebar do DevelopmentModule
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
a9d22ddbd0
commit
63780a9918
|
|
@ -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"}`}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue