|
@@ -71,8 +71,8 @@ export class RcsbFv3DComponent extends React.Component <RcsbFv3DComponentInterfa
|
|
title={this.state.sequencePanelConfig.title}
|
|
title={this.state.sequencePanelConfig.title}
|
|
subtitle={this.state.sequencePanelConfig.subtitle}
|
|
subtitle={this.state.sequencePanelConfig.subtitle}
|
|
unmount={this.props.unmount}
|
|
unmount={this.props.unmount}
|
|
- />
|
|
|
|
- </div>
|
|
|
|
|
|
+ />
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
);
|
|
);
|
|
@@ -87,7 +87,7 @@ export class RcsbFv3DComponent extends React.Component <RcsbFv3DComponentInterfa
|
|
}
|
|
}
|
|
|
|
|
|
private structureCssConfig(css: CSSProperties | undefined): CSSProperties{
|
|
private structureCssConfig(css: CSSProperties | undefined): CSSProperties{
|
|
- return {...{width:Math.round((1-this.pfvScreenFraction)*100).toString()+"%", height:"100%", zIndex:1}, ...css };
|
|
|
|
|
|
+ return {...{width:Math.round((1-this.pfvScreenFraction)*100).toString()+"%", height:"100%", zIndex:100}, ...css };
|
|
}
|
|
}
|
|
|
|
|
|
private sequenceCssConfig(css: CSSProperties | undefined): CSSProperties{
|
|
private sequenceCssConfig(css: CSSProperties | undefined): CSSProperties{
|