diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 19:48:09 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 19:48:09 -0500 |
| commit | 161d71258b636178f3e160dc66143d5df1ebb5ed (patch) | |
| tree | 767d0c808bb146b0631461a37b8a56542e369804 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | c50a3197c34a7629516d347e77b1f78710aef5b2 (diff) | |
restructure of schema view class and menus
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 1463cdb3c..a0bbae88f 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -63,6 +63,7 @@ margin-left: 50px; z-index: 10000; + overflow-y: visible; &.-header { font-size: 12px; @@ -179,11 +180,15 @@ .collectionSchemaView-header { height: 100%; color: gray; + z-index: 10000; + overflow-y: visible; .collectionSchema-header-menu { height: 100%; + z-index: 10000; .collectionSchema-header-toggler { + z-index: 10000; width: 100%; height: 100%; padding: 4px; |
