|
|
@@ -519,6 +519,10 @@ function FlipBook({ pages, onClose }: { pages: string[]; onClose: () => void }) |
|
|
aria-label="Chiudi" |
|
|
aria-label="Chiudi" |
|
|
>✕</button> |
|
|
>✕</button> |
|
|
|
|
|
|
|
|
|
|
|
<style dangerouslySetInnerHTML={{ __html: ` |
|
|
|
|
|
.stf__item.--left { box-shadow: inset -10px 0 16px -10px rgba(0,0,0,0.5); } |
|
|
|
|
|
.stf__item.--right { box-shadow: inset 10px 0 16px -10px rgba(0,0,0,0.5); } |
|
|
|
|
|
`}} /> |
|
|
<div |
|
|
<div |
|
|
ref={containerRef} |
|
|
ref={containerRef} |
|
|
style={{ |
|
|
style={{ |
|
|
|