mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-30 02:54:27 -06:00
Fix long error in the app iframe cannot be fully scrolled (#7203)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.runner {
|
||||
.iframes-container {
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
|
||||
&.has-error {
|
||||
width: 100%;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user