diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-08 22:40:39 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-10-08 22:40:39 +0530 |
| commit | 7ae3e17011725b380b9010e7579c7084139b61e5 (patch) | |
| tree | 5da5d396deea2d9c0e6b1d20036133a3897a336a /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 4508b7feacd4ac1ea8145d3284527b523829606a (diff) | |
| parent | f6623a790fbb5df02effebbe9edea69383e0569f (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into acls_uv
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index b0b5f995a..2bdd280ec 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -30,7 +30,7 @@ .collectionSchemaView-dividerDragger { position: relative; height: 100%; - width: 20px; + width: $SCHEMA_DIVIDER_WIDTH; z-index: 20; right: 0; top: 0; @@ -228,6 +228,9 @@ position: absolute; background: white; padding: 5px; + position: fixed; + background: white; + border: black 1px solid; .collectionSchema-header-toggler { z-index: 100; |
