summaryrefslogtreecommitdiffstats
path: root/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
diff options
context:
space:
mode:
authorOren Kleks <orenkle@amdocs.com>2018-08-29 08:04:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-08-29 08:04:01 +0000
commit8825998158dc477be3b84ae54643f666f58140b0 (patch)
treec15176eba62ded0b41bccee6c9eff1baad917b79 /workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
parent6c7b3b6ba546fbddca5211a6399d82593c587d74 (diff)
parent7f36de0b3bb7e0dcbc80b92819831d3631f7efd4 (diff)
Merge "Add scrollbars to Input/Output table"
Diffstat (limited to 'workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss')
-rw-r--r--workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss18
1 files changed, 9 insertions, 9 deletions
diff --git a/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss b/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
index bc12a150..56a8dd6b 100644
--- a/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
+++ b/workflow-designer-ui/src/main/frontend/resources/scss/features/_inputOutput.scss
@@ -45,17 +45,17 @@
}
&__table {
- min-height: 102px;
- max-height: calc(100vh - 202px);
- overflow-y: auto;
&__thead {
background-color: $silver;
@include body-1-emphasis;
- position: -webkit-sticky;
- position: sticky;
- top: 0px;
- z-index: 1;
}
+ .scrollbars {
+ min-height: 102px;
+ max-height: calc(100vh - 243px);
+ overflow: auto;
+ position: relative;
+ }
+
&__tbody {
}
}
@@ -83,7 +83,7 @@
flex: 1;
display: flex;
align-items: center;
- padding: 20px 17px;
+ padding: 22px 17px;
&--empty {
padding: 20px;
color: $dark-gray;
@@ -114,7 +114,7 @@
.sdc-label__error {
margin: unset;
position: absolute;
- bottom: -20px;
+ bottom: -22px;
}
}
}