diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-14 10:22:17 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-14 10:22:17 -0400 |
| commit | f5ae101d3faa696379aae2b2573c1f073f11621d (patch) | |
| tree | 4405b386e31cde70376978dc71d209205f63c524 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 7921253dfc1e115b9e8beaa845f952fa5c3eb226 (diff) | |
fixed schema scroll
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 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; |
