diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-14 10:33:45 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-14 10:33:45 -0400 |
| commit | c95e3f0c670c4f096a83af6dd48852a6c965842b (patch) | |
| tree | 87ec0ef6ff6ca583d77ee42a072359987ece2c48 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | db2486b7bf1fddf9d22e777d33b1f605854ccdd8 (diff) | |
| parent | f5ae101d3faa696379aae2b2573c1f073f11621d (diff) | |
Merge branch 'master' into ui_improvements
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index c9e1d431d..fdcad1355 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -9,6 +9,12 @@ height: 100%; overflow: hidden; +.collectionSchemaView-content { + position: absolute; + height:100%; + width:100%; + overflow:auto; +} .collectionSchemaView-previewRegion { position: relative; background: $light-color; @@ -51,7 +57,6 @@ overflow-y: auto; overflow-x: auto; height: 100%; - display: -webkit-inline-box; direction: ltr; // direction:rtl; |
