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 | |
parent | 7921253dfc1e115b9e8beaa845f952fa5c3eb226 (diff) |
fixed schema scroll
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionPDFView.scss | 2 | ||||
-rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 7 |
2 files changed, 6 insertions, 3 deletions
diff --git a/src/client/views/collections/CollectionPDFView.scss b/src/client/views/collections/CollectionPDFView.scss index 28878c6fa..cc1402498 100644 --- a/src/client/views/collections/CollectionPDFView.scss +++ b/src/client/views/collections/CollectionPDFView.scss @@ -1,6 +1,4 @@ .collectionPdfView-buttonTray { - width: 100%; - height: 100%; top : 25px; left : 20px; position: relative; 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; |