0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-09 11:32:39 +00:00

Fix brew styles overwriting each other. (#1230)

This commit is contained in:
Trevor Buckner
2021-02-05 14:58:41 -05:00
committed by GitHub
parent 2fe353377b
commit c642a35fb3
3 changed files with 3 additions and 155 deletions

View File

@@ -168,7 +168,7 @@ const BrewRenderer = createClass({
: null}
<Frame initialContent={this.state.initialContent} style={{ width: '100%', height: '100%', visibility: this.state.visibility }} contentDidMount={this.frameDidMount}>
<div className={cx('brewRenderer', this.state.renderer)}
<div className={'brewRenderer'}
onScroll={this.handleScroll}
style={{ height: this.state.height }}>