diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-06 17:59:15 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-06 17:59:15 -0500 |
| commit | f2d02089b6b749929b7fc3d522ac176b7f6027fd (patch) | |
| tree | c0e70d394e0069f43c1824c249d7a53a324f03a5 /src/client/views/collections/CollectionView.tsx | |
| parent | d724a248442184415d4591fedebe1060b3e12278 (diff) | |
fixed render size of pdfs & changed note backrounds contextually.
Diffstat (limited to 'src/client/views/collections/CollectionView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionView.tsx b/src/client/views/collections/CollectionView.tsx index 31824763d..8d175ee35 100644 --- a/src/client/views/collections/CollectionView.tsx +++ b/src/client/views/collections/CollectionView.tsx @@ -126,7 +126,7 @@ export class CollectionView extends React.Component<CollectionViewProps> { subView = <div></div> break; } - return (<div onContextMenu={this.specificContextMenu}> + return (<div className="collectionView-cont" onContextMenu={this.specificContextMenu}> {subView} </div>) } |
