diff options
| author | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 16:23:23 -0500 |
|---|---|---|
| committer | laurawilsonri <laura_wilson@brown.edu> | 2019-02-26 16:23:23 -0500 |
| commit | e1928fc233c924f59d1b8b3062cc956ef0c06099 (patch) | |
| tree | a3f6444d8a19562e3b694813d01bc86d366faa79 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 11327191e249382cc5d2551f1fd262d3a4ff25b9 (diff) | |
| parent | 3ff149e05a76fa0a0ace32a1b0c9876c4850aa2a (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into improveText
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 32 |
1 files changed, 30 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 0bd5a2ed3..995d60f74 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -1,4 +1,5 @@ + .collectionSchemaView-container { border-style: solid; box-sizing: border-box; @@ -7,12 +8,39 @@ height: 100%; ::-webkit-scrollbar { -webkit-appearance: none; - width: 10px; + height:5px; + width:5px; } ::-webkit-scrollbar-thumb { - border-radius: 5px; + border-radius: 2px; background-color: rgba(0,0,0,.5); } + .collectionSchemaView-previewRegion { + position: relative; + background: black; + float: left; + height: 100%; + } + .collectionSchemaView-previewHandle { + position: absolute; + height: 37px; + width: 20px; + z-index: 20; + right: 0; + top: 0; + background: Black ; + } + .collectionSchemaView-dividerDragger{ + position: relative; + background: black; + float: left; + height: 100%; + } + .collectionSchemaView-tableContainer { + position: relative; + float: left; + height: 100%; + } .ReactTable { position: absolute; |
