Empêche le micro-scroll bloquant dans les intégrations iframe
parent
fac03e764d
commit
59b9b80f42
|
@ -41,7 +41,6 @@ for (var key in iframeAttributes) {
|
|||
iframeResizer(
|
||||
{
|
||||
interval: 0,
|
||||
scrolling: 'auto',
|
||||
heightCalculationMethod: 'lowestElement',
|
||||
},
|
||||
iframe
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
import Privacy from 'Components/layout/Footer/Privacy'
|
||||
import { Spacing } from 'DesignSystem/layout'
|
||||
|
||||
export default function IframeFooter() {
|
||||
return (
|
||||
<>
|
||||
<div
|
||||
className="ui__ container notice"
|
||||
style={{
|
||||
textAlign: 'center',
|
||||
paddingTop: '3rem',
|
||||
paddingBottom: '1rem',
|
||||
}}
|
||||
>
|
||||
<Spacing xl />
|
||||
<Privacy />
|
||||
<Spacing lg />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue