fix scrollbar on hover (#6)

Co-authored-by: Steven Zhao <stevenz@squareup.com>
This commit is contained in:
Nahiyan Khan 2025-04-09 11:27:33 -04:00 committed by GitHub
parent 1fba2955da
commit 42b4882282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2457 additions and 1159 deletions

View File

@ -132,7 +132,7 @@ export const FlapDisplay = memo<FlapDisplayProps>(
return (
<div
id={id}
className={`${containerClassName} flex relative w-full overflow-x-auto overflow-y-hidden justify-center gap-1`}
className={`${containerClassName} flex relative w-full overflow-hidden justify-center gap-1`}
style={{
...css,
transform: "perspective(1000px)",

2456
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

1158
yarn.lock

File diff suppressed because it is too large Load Diff