mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-14 13:25:21 +00:00
Fix keyboard navigation bug
This commit is contained in:
parent
8c38d983c6
commit
7bae7ef81c
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue