aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui
diff options
context:
space:
mode:
authorJvD_Ericsson <jeff.van.dam@est.tech>2023-09-04 12:58:28 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-09-05 20:06:09 +0000
commitada86de33ed3b074ac4b2ab94035120c0bdf49c7 (patch)
treefadf169eba6e080cbbb77fad293c59331a58360f /catalog-ui
parent438650c3a958c9176db3720204ec1ff9af94fc3a (diff)
Fix two scroll bars overlapping
Issue-ID: SDC-4615 Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech> Change-Id: I4bbd65cf5d425fa4fe1ee309dd5f86e9a904b224
Diffstat (limited to 'catalog-ui')
-rw-r--r--catalog-ui/src/app/ng2/components/ui/modal/modal.component.less9
-rw-r--r--catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.less1
-rw-r--r--catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less1
3 files changed, 9 insertions, 2 deletions
diff --git a/catalog-ui/src/app/ng2/components/ui/modal/modal.component.less b/catalog-ui/src/app/ng2/components/ui/modal/modal.component.less
index 7adb0e4a01..5eddc0b688 100644
--- a/catalog-ui/src/app/ng2/components/ui/modal/modal.component.less
+++ b/catalog-ui/src/app/ng2/components/ui/modal/modal.component.less
@@ -17,6 +17,15 @@
display: flex;
align-items: center;
+ /deep/ .component-container {
+ max-height: 500px;
+ overflow: scroll;
+ padding: 0 5px;
+ &::-webkit-scrollbar-track {
+ border: 0;
+ }
+ }
+
.ng2-modal-content {
background: #fff;
width: 100%;
diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.less b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.less
index b9c59831ad..412aebce0d 100644
--- a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.less
+++ b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-concat-function/tosca-concat-function.component.less
@@ -23,7 +23,6 @@
@import "../../../../../../assets/styles/sprite.less";
.component-container {
- max-height: 500px;
overflow: scroll;
padding: 0 5px;
&::-webkit-scrollbar-track {
diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less
index f37e7befa2..63edff839e 100644
--- a/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less
+++ b/catalog-ui/src/app/ng2/pages/properties-assignment/tosca-function/tosca-custom-function/tosca-custom-function.component.less
@@ -23,7 +23,6 @@
@import "../../../../../../assets/styles/sprite.less";
.component-container {
- max-height: 500px;
overflow: scroll;
padding: 0 5px;
&::-webkit-scrollbar-track {