diff options
author | bob <bcz@cs.brown.edu> | 2020-01-08 12:19:28 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2020-01-08 12:19:28 -0500 |
commit | 1b68d5a89abdd8a7db4d4762a3ee44c3363e9a74 (patch) | |
tree | 8308876ffb2c6e41d74e403fd3532a35107fadc4 /src/client/views/MainView.tsx | |
parent | 7d6dd8470384d345771ed67c88c9b15e2b333a6b (diff) |
cleaned up searchBox. fixed parentdocument context menu placement.
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 db2a3c298..a1196ee1c 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -386,7 +386,7 @@ export class MainView extends React.Component { getScale={returnOne}> </DocumentView> </div> - <div style={{ position: "relative", height: `calc(100% - ${this._buttonBarHeight}px)`, width: "100%", overflow: "auto" }}> + <div className="mainView-contentArea" style={{ position: "relative", height: `calc(100% - ${this._buttonBarHeight}px)`, width: "100%", overflow: "visible" }}> <DocumentView Document={sidebarContent} DataDoc={undefined} |