aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-08-25 15:49:40 -0400
committerbobzel <zzzman@gmail.com>2020-08-25 15:49:40 -0400
commit214409e285185a7d34b930470f4b12e97582ddb4 (patch)
tree2084d0a04c84ceb5a5170987927770df462c1e68 /src/client/views/collections/CollectionSchemaView.scss
parenteca69a005536dec7fcc129bf4fe7c16acb3c9275 (diff)
adjusted when schema view scrollbar appear
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/CollectionSchemaView.scss28
1 files changed, 17 insertions, 11 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss
index 75bf6610e..858d7859f 100644
--- a/src/client/views/collections/CollectionSchemaView.scss
+++ b/src/client/views/collections/CollectionSchemaView.scss
@@ -59,6 +59,7 @@
justify-content: space-between;
flex-wrap: nowrap;
touch-action: none;
+ padding: 2px;
div {
touch-action: none;
@@ -165,6 +166,8 @@
font-size: 13px;
text-align: center;
white-space: nowrap;
+ display: flex;
+ align-items: center;
.imageBox-cont {
position: relative;
@@ -183,6 +186,11 @@
height: 100%;
}
}
+ .rt-td.rt-expandable {
+ display: flex;
+ align-items: center;
+ height: inherit;
+ }
.rt-resizer {
width: 8px;
@@ -427,7 +435,7 @@ button.add-column {
//flex: 50 0 auto;
width: 0;
max-width: 50px;
- height: 100%;
+ //height: 100%;
min-height: 30px;
align-items: center;
color: lightgray;
@@ -471,7 +479,7 @@ button.add-column {
.collectionSchemaView-cellContainer {
width: 100%;
- height: 100%;
+ height: unset;
}
.collectionSchemaView-cellWrapper {
@@ -608,10 +616,12 @@ button.add-column {
.collectionSchemaView-table {
width: 100%;
height: 100%;
+ overflow: auto;
+ padding: 3px;
}
.rt-td.rt-expandable {
- overflow:visible;
+ overflow: visible;
position: relative;
height:100%;
z-index: 1;
@@ -620,17 +630,10 @@ button.add-column {
background-color: rgb(252, 252, 252);
width: 100%;
-
.rt-thead {
display: none;
}
- .collectionSchemaView-table {
- border: solid 1px;
- overflow: hidden;
- }
-
-
.row-dragger {
background-color: rgb(252, 252, 252);
}
@@ -640,7 +643,10 @@ button.add-column {
}
.collectionSchemaView-table {
- width: 100%;
+ width: 100%;
+ border: solid 1px;
+ overflow: visible;
+ padding: 0px;
}
}