mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-04-19 14:41:18 +00:00
adjusted overflow
This commit is contained in:
parent
47d569fb4f
commit
431d8872af
@ -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
2456
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user