diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-19 16:17:18 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-19 16:17:18 -0400 |
| commit | 358437eeafe42e029ffe27702bde15a3fad54a3b (patch) | |
| tree | 9065b711a949c5a0afbefb45611a8f3361c20974 /src/client/views/collections/CollectionStackingView.tsx | |
| parent | 4ebbdd803cdf83806902509dfa0432ce3a139403 (diff) | |
working version of embedded tree view docs.
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionStackingView.tsx b/src/client/views/collections/CollectionStackingView.tsx index f80ba0a4b..368e94a8c 100644 --- a/src/client/views/collections/CollectionStackingView.tsx +++ b/src/client/views/collections/CollectionStackingView.tsx @@ -10,6 +10,7 @@ import { DocumentView } from "../nodes/DocumentView"; import { CollectionSchemaPreview } from "./CollectionSchemaView"; import "./CollectionStackingView.scss"; import { CollectionSubView } from "./CollectionSubView"; +import { auto } from "async"; @observer export class CollectionStackingView extends CollectionSubView(doc => doc) { @@ -112,6 +113,7 @@ export class CollectionStackingView extends CollectionSubView(doc => doc) { style={{ width: width(), height: height(), + overflow: "auto", transformOrigin: "top left", gridRowEnd: `span ${rowSpan}`, gridColumnEnd: `span 1`, |
