* scroll minimap to keep it in view

* remove console log

* change ref

* rebase to dev

* rebase to dev

* rebase to dev

* fix history flexbox and live extra scrollbar

* remove extra class
This commit is contained in:
Josh Hawkins
2024-02-22 21:15:50 -06:00
committed by GitHub
parent f84d2db406
commit a6aa5328aa
5 changed files with 204 additions and 139 deletions

View File

@@ -79,7 +79,7 @@ function Live() {
}, []);
return (
<div className="w-full h-full overflow-scroll px-2">
<div className="w-full h-full overflow-y-scroll px-2">
{events && events.length > 0 && (
<ScrollArea>
<TooltipProvider>