This commit is contained in:
parent
8cf184fa46
commit
748f981e8f
@ -106,7 +106,7 @@ const StatisticsGraphs: React.FC<StatisticsGraphsProps> = ({
|
|||||||
<GlassCard>
|
<GlassCard>
|
||||||
<div>
|
<div>
|
||||||
<h3 className="text-lg font-semibold text-gray-900 mb-4">{title}</h3>
|
<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">
|
<table className="w-full text-sm">
|
||||||
<thead>
|
<thead>
|
||||||
<tr className="border-b border-gray-200">
|
<tr className="border-b border-gray-200">
|
||||||
|
@ -11,7 +11,7 @@ const GlassCard: React.FC<GlassCardProps> = ({
|
|||||||
children,
|
children,
|
||||||
className = '',
|
className = '',
|
||||||
fullHeight = false,
|
fullHeight = false,
|
||||||
padding = 'p-6',
|
padding = 'py-6 pl-6 pr-4',
|
||||||
}) => {
|
}) => {
|
||||||
return (
|
return (
|
||||||
<div className={`
|
<div className={`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user