aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-06-28 16:52:17 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-06-28 16:52:17 -0400
commit85311e4096a3e3842d0f8a9f39e7436401455aa3 (patch)
tree4c21aa6f81a72e747b755d4d3e9d2fbd1dbcc57d /src/client/views/collections/CollectionSchemaView.scss
parent5919895229b900ce3efda9fbbbae8f710fa6bd4f (diff)
fixed drop down menus in schema collection view menu
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss38
1 files changed, 20 insertions, 18 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index fa1f01448..2330fcc8a 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -177,6 +177,26 @@
}
+.collectionSchema-header-menu {
+ height: 100%;
+ z-index: 100;
+ position: absolute;
+ background:white;
+
+ .collectionSchema-header-toggler {
+ z-index: 100;
+ width: 100%;
+ height: 100%;
+ padding: 4px;
+ letter-spacing: 2px;
+ text-transform: uppercase;
+
+ svg {
+ margin-right: 4px;
+ }
+ }
+}
+
.collectionSchemaView-header {
height: 100%;
color: gray;
@@ -185,24 +205,6 @@
display: flex;
justify-content: space-between;
flex-wrap: wrap;
-
- .collectionSchema-header-menu {
- height: 100%;
- z-index: 100;
-
- .collectionSchema-header-toggler {
- z-index: 100;
- width: 100%;
- height: 100%;
- padding: 4px;
- letter-spacing: 2px;
- text-transform: uppercase;
-
- svg {
- margin-right: 4px;
- }
- }
- }
}
button.add-column {