Fix long error in the app iframe cannot be fully scrolled (#7203)

This commit is contained in:
Adán Carrasco
2020-05-19 17:25:24 +02:00
committed by GitHub
parent 5299e83de6
commit 4d5c30843a
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
.runner {
.iframes-container {
position: fixed;
position: absolute;
&.has-error {
width: 100%;

View File

@@ -25,7 +25,6 @@ export default class Iframes extends Component {
className={cs('iframes-container', { 'has-error': !!scriptError })}
style={{
top: headerHeight,
left: this.props.state.absoluteReporterWidth,
}}
>
<div