aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-07-29 11:51:17 -0400
committerFawn <fangrui_tong@brown.edu>2019-07-29 11:51:17 -0400
commit39a6c99d8466bf64b01edb285d776f3db7bf9eb8 (patch)
tree27eeb92c67956e757411de8586c66d0e9236e36d /src/client/views/collections/CollectionSchemaView.scss
parent7ea25f83dfcb3fb31bf6fce1f4112c8bded294e2 (diff)
fixed schema view vertical overflow scrolling + collection chrome collapsing
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 3c3708a30..c1f53f159 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -8,7 +8,8 @@
box-sizing: border-box;
// position: absolute;
width: 100%;
- height: calc(100% - 70px);
+ transition: height .5s;
+ height: 100%;
// overflow: hidden;
// overflow-x: scroll;
// border: none;