The ending button of the page is hidden below the display area and is not Visible.

I am using
"@typeform/embed-react": "^2.10.0",
And here is the code :
<main>  <Widget      id="oElL78nR"      style={widgetContainerStyle}      medium="demo-test"      hidden={{ foo: 'foo value', bar: 'bar value' }}      transitiveSearchParams={['foo', 'bar']}      iframeProps={{ title: 'Foo Bar' }}      onSubmit={(data) => onSubmitCall(data)}      onEndingButtonClick={(data) => onEndingButtonClickCall(data)}      onClose={(data) => console.log('On onClose called, ' + JSON.stringify(data))}      fullScreen={true}  /></main>I am not sure what is going wrong! I have tried to play around with the CSS, it was of no use. Could you please help?






