mirror of
https://github.com/block/bitcoin-treasury.git
synced 2025-04-19 06:31:19 +00:00
fix scrollbar on hover (#6)
Co-authored-by: Steven Zhao <stevenz@squareup.com>
This commit is contained in:
parent
1fba2955da
commit
42b4882282
@ -132,7 +132,7 @@ export const FlapDisplay = memo<FlapDisplayProps>(
|
|||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
id={id}
|
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={{
|
style={{
|
||||||
...css,
|
...css,
|
||||||
transform: "perspective(1000px)",
|
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