fix-new-laudo #39

Merged
JoaoGustavo-dev merged 1 commits from feature/ajustes-visuais into develop 2025-10-07 01:15:17 +00:00

View File

@ -2498,7 +2498,7 @@ Nevo melanocítico benigno. Seguimento clínico recomendado.
)} )}
{activeTab === "campos" && ( {activeTab === "campos" && (
<div className="flex-1 p-4 space-y-4"> <div className="flex-1 p-4 space-y-4 max-h-[500px] overflow-y-auto">
<div> <div>
<Label htmlFor="cid">CID</Label> <Label htmlFor="cid">CID</Label>
<Input <Input
@ -2572,6 +2572,7 @@ Nevo melanocítico benigno. Seguimento clínico recomendado.
variant="outline" variant="outline"
size="sm" size="sm"
onClick={() => sigCanvasRef.current?.clear()} onClick={() => sigCanvasRef.current?.clear()}
className="cursor-pointer hover:bg-blue-50 dark:hover:bg-accent dark:hover:text-accent-foreground"
> >
Limpar Limpar
</Button> </Button>