Keep fixed position inside an iframe relative to the whole screen
问题 Context: We're serving our app through an iframe inside our clients websites The iframe is seamless and scrolling happens only in the parent div right now. One of the Divs in our app has a fixed position and should always be present, no matter how much you scroll. Update: We deploy a javacript script next to the iframe, so we have access to the hosting page The problem: When served inside the iframe, the fixed position Div doesn't seem to retain its fixed position relatively to the whole