Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/pages/Dashboard.jsx
Browse files
frontend/src/pages/Dashboard.jsx
CHANGED
|
@@ -358,7 +358,7 @@ export const Dashboard = () => {
|
|
| 358 |
|
| 359 |
<div
|
| 360 |
ref={logContainerRef}
|
| 361 |
-
className="p-md font-mono text-[12.5px] leading-relaxed h-56 overflow-y-auto flex flex-col gap-[2px] scroll-smooth"
|
| 362 |
>
|
| 363 |
{liveLogs.length === 0 ? (
|
| 364 |
<div className="text-slate-500 animate-pulse">⏳ Spawning audit worker threads...</div>
|
|
|
|
| 358 |
|
| 359 |
<div
|
| 360 |
ref={logContainerRef}
|
| 361 |
+
className="p-md font-mono text-[12.5px] leading-relaxed h-56 overflow-y-auto flex flex-col gap-[2px] scroll-smooth custom-scrollbar"
|
| 362 |
>
|
| 363 |
{liveLogs.length === 0 ? (
|
| 364 |
<div className="text-slate-500 animate-pulse">⏳ Spawning audit worker threads...</div>
|