diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-17 14:17:29 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-17 14:17:29 -0400 |
| commit | 8d7d4d4bee15f250eb93f4fb850075e99bebedd3 (patch) | |
| tree | 5a6838600957b5334662409f90027beddb98f6ae /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 1319573481868f2647259fce37cd15b35c3cafad (diff) | |
schemaviews
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index c8bfedff4..8c51ed752 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -71,7 +71,10 @@ ul { position: absolute; height: 100%; width: 100%; - overflow: auto; + .documentView-node:first-child { + position: relative; + background: $light-color; + } } .collectionSchemaView-previewRegion { position: relative; @@ -193,6 +196,11 @@ ul { border-bottom-style: solid; border-bottom-width: 1; } + .documentView-node-topmost { + text-align:left; + transform-origin: center top; + display: inline-block; + } .documentView-node:first-child { background: $light-color; .imageBox-cont img { |
