aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-04-17 14:17:29 -0400
committerbob <bcz@cs.brown.edu>2019-04-17 14:17:29 -0400
commit8d7d4d4bee15f250eb93f4fb850075e99bebedd3 (patch)
tree5a6838600957b5334662409f90027beddb98f6ae /src/client/views/collections/CollectionSchemaView.scss
parent1319573481868f2647259fce37cd15b35c3cafad (diff)
schemaviews
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss10
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 {