This commit is contained in:
parent
8cf184fa46
commit
748f981e8f
@ -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">
|
||||
|
@ -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={`
|
||||
|
Loading…
x
Reference in New Issue
Block a user