Fixing embedded bar not closing in chrome extension (#4421)
This commit is contained in:
parent
c7dbd87f8e
commit
3106835ae3
@ -145,7 +145,10 @@ class ParityBar extends Component {
|
||||
|
||||
renderExpanded () {
|
||||
return (
|
||||
<div className={ styles.overlay }>
|
||||
<div
|
||||
className={ styles.overlay }
|
||||
ref={ this.onRef }
|
||||
>
|
||||
<ParityBackground className={ styles.expanded }>
|
||||
<div className={ styles.header }>
|
||||
<div className={ styles.title }>
|
||||
|
Loading…
Reference in New Issue
Block a user