aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorAndy Rickert <andrew_rickert@brown.edu>2020-07-07 22:01:36 -0400
committerAndy Rickert <andrew_rickert@brown.edu>2020-07-07 22:01:36 -0400
commit825bf223add7652860cc8cc95f48d183da2d0eb3 (patch)
tree024295ef4d416f6cc2db63e591a83960eec92dc8 /src/client/views/collections/CollectionSchemaView.scss
parent89f1b8b80fb84429b130329c3d94f791a7d0b3db (diff)
ui changes from sally and new collumns on search
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index f844cf8bf..83fe54c82 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -25,7 +25,7 @@
.collectionSchemaView-tableContainer {
width: 100%;
height: 100%;
- overflow: scroll;
+ overflow: auto;
}
.collectionSchemaView-dividerDragger {
@@ -522,7 +522,6 @@ button.add-column {
.collectionSchemaView-table {
width: 100%;
height: 100%;
- overflow: visible;
}
.reactTable-sub {