adjusted overflow

This commit is contained in:
Nahiyan Khan 2025-04-09 10:55:46 -04:00
parent 47d569fb4f
commit 431d8872af
3 changed files with 2626 additions and 318 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

486
yarn.lock

File diff suppressed because it is too large Load Diff