aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-14 10:22:17 -0400
committerbob <bcz@cs.brown.edu>2019-03-14 10:22:17 -0400
commitf5ae101d3faa696379aae2b2573c1f073f11621d (patch)
tree4405b386e31cde70376978dc71d209205f63c524 /src/client/views/collections/CollectionSchemaView.scss
parent7921253dfc1e115b9e8beaa845f952fa5c3eb226 (diff)
fixed schema scroll
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index c4e6528e5..1c58c0cd8 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -8,10 +8,15 @@
height: 100%;
.collectionSchemaView-previewRegion {
position: relative;
- background: black;
float: left;
height: 100%;
}
+ .collectionSchemaView-content {
+ position: absolute;
+ height:100%;
+ width:100%;
+ overflow:auto;
+ }
.collectionSchemaView-previewHandle {
position: absolute;
height: 37px;