diff options
author | bobzel <zzzman@gmail.com> | 2021-02-10 17:10:23 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-10 17:10:23 -0500 |
commit | 01081a8d2064127bfeccbd52dfaae10728123b9f (patch) | |
tree | 5058b0917231605153f73f00a300157d59ecdb1f /src/client/views/MainView.tsx | |
parent | 0f560a9032076d1ed096740e04a54d484ee0aaf6 (diff) |
fixed escaping menu to not close lightbox. fixed formattedTextBox dragging of sidebar to not scroll. fixed css width of formattedTextBox text area
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 4c164b85b..ca07fa879 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -640,7 +640,7 @@ export class MainView extends React.Component { <TimelineMenu /> {this.snapLines} <div className="mainView-webRef" ref={this.makeWebRef} /> - <LightboxView PanelWidth={this._windowWidth} PanelHeight={this._windowHeight} maxBorder={[200, 100]} /> + <LightboxView PanelWidth={this._windowWidth} PanelHeight={this._windowHeight} maxBorder={[200, 50]} /> </div>); } |