diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-19 21:43:56 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-19 21:43:56 -0700 |
| commit | 6df649ae1228f191a5654e45e898880b130afd28 (patch) | |
| tree | dae2faf10a037d87da6d01797981a8e787e361b2 /src/mobile | |
| parent | a19d891f386816f127ea1ee3970c6ec48adb0d74 (diff) | |
fixed icon appearing over sidebar bug
Diffstat (limited to 'src/mobile')
| -rw-r--r-- | src/mobile/MobileInterface.tsx | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mobile/MobileInterface.tsx b/src/mobile/MobileInterface.tsx index 2fde359aa..63c7873f4 100644 --- a/src/mobile/MobileInterface.tsx +++ b/src/mobile/MobileInterface.tsx @@ -760,15 +760,15 @@ export class MobileInterface extends React.Component { </div> {this.switchMenuView()} {this.inkMenu()} - <div className="docButtonContainer"> - {this.uploadImageButton()} - {this.pinToPresentation()} - {this.downloadDocument()} - {this.drawInk()} - {this.uploadAudioButton()} - </div> <GestureOverlay> + <div className="docButtonContainer"> + {this.uploadImageButton()} + {this.pinToPresentation()} + {this.downloadDocument()} + {this.drawInk()} + {this.uploadAudioButton()} + </div> {this.displayWorkspaces()} {this.renderDefaultContent()} </GestureOverlay> |
