diff --git a/apps/dashboard/src/@/components/ui/tabs.tsx b/apps/dashboard/src/@/components/ui/tabs.tsx index 25c6ef890fa..1e854a05dc9 100644 --- a/apps/dashboard/src/@/components/ui/tabs.tsx +++ b/apps/dashboard/src/@/components/ui/tabs.tsx @@ -159,12 +159,6 @@ function useUnderline() { setTimeout(() => { lineEl.style.transition = "transform 0.3s, width 0.3s"; }, 0); - - activeTabEl.scrollIntoView({ - behavior: "smooth", - block: "nearest", - inline: "center", - }); } else if (lineRef.current) { lineRef.current.style.width = "0px"; }