aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-04-17 19:12:38 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-04-17 19:12:38 -0400
commit3ec6343ad5f15cfe43c233f29453f02c435aecda (patch)
treec83e81a24fec28fb2418f53488bbf1484a5e3605 /src/client/views/collections/CollectionSchemaView.scss
parent8d7d4d4bee15f250eb93f4fb850075e99bebedd3 (diff)
fixed schema layout
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 8c51ed752..580bce21b 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -71,6 +71,17 @@ ul {
position: absolute;
height: 100%;
width: 100%;
+ .collectionSchemaView-previewDoc {
+ height: 100%;
+ width: 100%;
+ position: absolute;
+ }
+ .collectionSchemaView-input {
+ position: absolute;
+ max-width: 150px;
+ width: 100%;
+ bottom: 0px;
+ }
.documentView-node:first-child {
position: relative;
background: $light-color;