aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorSam Wilkins <abdullah_ahmed@brown.edu>2019-07-22 11:38:55 -0400
committerSam Wilkins <abdullah_ahmed@brown.edu>2019-07-22 11:38:55 -0400
commite81cf9407966612e25b944addbc8d2a08300d0bb (patch)
tree2ba497b2875a11e9698aacbfaa02724e71da1e7d /src/client/views/collections/CollectionSchemaView.scss
parentd520956fdf3471f98bd7cde6aa28b47c1b4cbf32 (diff)
editing + nav on schema only occur when that schemaview is selected
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 2134362ce..e511bc1bd 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -8,8 +8,9 @@
box-sizing: border-box;
position: absolute;
width: 100%;
- height: 100%;
- overflow: hidden;
+ height: calc(100% - 25px);
+ // overflow: hidden;
+ overflow-x: scroll;
.collectionSchemaView-previewRegion {
position: relative;
@@ -304,6 +305,11 @@
border: none;
background-color: yellow;
}
+
+ &.inactive {
+ // border: 2px solid rgba(255, 255, 0, 0.4);
+ border: none;
+ }
}
}