Implement zoom for mousewheel event on stream (#238)

This commit is contained in:
Frank Noirot
2023-08-08 18:30:26 -04:00
committed by GitHub
parent a6f92e358b
commit f9259aa869
5 changed files with 37 additions and 4 deletions

View File

@ -20,7 +20,7 @@ export const AppHeader = ({
return (
<header
className={
'overlaid-panes z-10 py-1 px-5 bg-chalkboard-10/50 dark:bg-chalkboard-100/50 border-b dark:border-b-2 border-chalkboard-30 dark:border-chalkboard-90 flex justify-between items-center ' +
'overlaid-panes sticky top-0 z-10 py-1 px-5 bg-chalkboard-10/50 dark:bg-chalkboard-100/50 border-b dark:border-b-2 border-chalkboard-30 dark:border-chalkboard-90 flex justify-between items-center ' +
className
}
>