Fix scrolling into view

This commit is contained in:
Nicolas Mowen 2024-08-21 07:50:54 -06:00
parent c7d75bf318
commit 38af94780f

View File

@ -286,6 +286,7 @@ function Logs() {
key={item}
className={`flex items-center justify-between gap-2 ${logService == item ? "" : "text-muted-foreground"}`}
value={item}
data-nav-item={item}
aria-label={`Select ${item}`}
>
<div className="capitalize">{item}</div>