melhorias no design
Some checks failed
Frontend Build and Deploy / build (push) Failing after 17s

This commit is contained in:
José Henrique 2025-06-12 21:00:20 -03:00
parent 8cf184fa46
commit 748f981e8f
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ const StatisticsGraphs: React.FC<StatisticsGraphsProps> = ({
<GlassCard>
<div>
<h3 className="text-lg font-semibold text-gray-900 mb-4">{title}</h3>
<div className="overflow-auto max-h-60 scrollbar-hide">
<div className="overflow-auto max-h-90 overflow-y-auto custom-scrollbar pr-2">
<table className="w-full text-sm">
<thead>
<tr className="border-b border-gray-200">

View File

@ -11,7 +11,7 @@ const GlassCard: React.FC<GlassCardProps> = ({
children,
className = '',
fullHeight = false,
padding = 'p-6',
padding = 'py-6 pl-6 pr-4',
}) => {
return (
<div className={`