diff options
| author | Fawn <fangrui_tong@brown.edu> | 2019-07-29 11:51:17 -0400 |
|---|---|---|
| committer | Fawn <fangrui_tong@brown.edu> | 2019-07-29 11:51:17 -0400 |
| commit | 39a6c99d8466bf64b01edb285d776f3db7bf9eb8 (patch) | |
| tree | 27eeb92c67956e757411de8586c66d0e9236e36d /src/client/views/collections/CollectionSchemaView.scss | |
| parent | 7ea25f83dfcb3fb31bf6fce1f4112c8bded294e2 (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.scss | 3 |
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; |
