diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-23 20:36:31 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-23 20:36:31 -0400 |
| commit | 296773913aa7817bb8d7856ebb678c69b40a1abb (patch) | |
| tree | 5b360f2d006d79d9d8647042c5af0a4863a43805 /src/client/views/DocumentDecorations.tsx | |
| parent | 12b4fbdf9a8e94faf8c318ef6b90afb7ac94dd44 (diff) | |
| parent | 73b3304d0865fc34ad1f21af2bbca20a3eca8a8a (diff) | |
Merge branch 'text_box_ab' into templatesMac
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
| -rw-r--r-- | src/client/views/DocumentDecorations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index bdc814546..0d5cca9f1 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -656,7 +656,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> left: bounds.x - this._resizeBorderWidth / 2, top: bounds.y - this._resizeBorderWidth / 2, pointerEvents: this.Interacting ? "none" : "all", - zIndex: SelectionManager.SelectedDocuments().length > 1 ? 1000 : 0, + zIndex: SelectionManager.SelectedDocuments().length > 1 ? 900 : 0, }} onPointerDown={this.onBackgroundDown} onContextMenu={(e: React.MouseEvent) => { e.preventDefault(); e.stopPropagation(); }} > </div> <div className="documentDecorations-container" style={{ |
