forked from Github/frigate
fix tooltips on mobile and make 2-row cameras full height (#9787)
This commit is contained in:
@@ -20,6 +20,7 @@ function Sidebar({
|
||||
}) {
|
||||
const sidebar = (
|
||||
<aside className="w-[52px] z-10 h-screen sticky top-0 overflow-y-auto scrollbar-hidden py-4 flex flex-col justify-between">
|
||||
<span tabIndex={0} className="sr-only" />
|
||||
<div className="w-full flex flex-col gap-0 items-center">
|
||||
<Logo className="w-8 h-8 mb-6" />
|
||||
{navbarLinks.map((item) => (
|
||||
|
||||
Reference in New Issue
Block a user