Fix keyboard navigation bug

This commit is contained in:
bkellam 2024-08-27 21:14:33 -07:00
parent 8c38d983c6
commit 7bae7ef81c

View file

@ -43,7 +43,7 @@ export default function Home() {
// Currently we do not re-query.
return (
<main className="h-screen overflow-hidden">
<main className="h-screen overflow-clip">
{/* TopBar */}
<div className="sticky top-0 left-0 right-0 z-10">
<div className="flex flex-row justify-between items-center py-1 px-2 gap-4">