larxius commited on
Commit
fbd9888
·
verified ·
1 Parent(s): ca3f7d6

Update frontend/src/pages/Dashboard.jsx

Browse files
Files changed (1) hide show
  1. frontend/src/pages/Dashboard.jsx +1 -1
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>