diff options
author | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-08 16:10:32 +0530 |
---|---|---|
committer | Arundathi Patil <arundpil@in.ibm.com> | 2019-04-08 10:52:33 +0000 |
commit | 39f772036c579f0f293e4778f96c34c1c77dfc61 (patch) | |
tree | a9b95ff88214a3aa6fdc9302c2d9d421a7f03003 /cds-ui | |
parent | 782e55f79b7fca957e0ef393c50f72daab3a7b59 (diff) |
Editor component scroll issue
Fixed scroll issue in edtor component
Issue-ID: CCSDK-1206
Change-Id: Iddbdf407aeeea3721e41cd3a3ddc0d775d48960e
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
Diffstat (limited to 'cds-ui')
-rw-r--r-- | cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.html b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.html index ea4c298e8..5a3973a5e 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.html +++ b/cds-ui/client/src/app/feature-modules/blueprint/modify-template/editor/editor.component.html @@ -17,7 +17,6 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END============================================ --> - <div class="containerDiv"> <div class="fileViewContainer"> <!-- <div style="width:inherit; height: inherit; position: fixed;z-index: 1; background-color: rgb(0,0,0);background-color: rgba(0,0,0,0.4);"></div> --> @@ -46,7 +45,7 @@ limitations under the License. </mat-tree-node> </mat-tree> </div> - <div class="editorConatiner"> + <div class="editorConatiner" [ngClass] = "{ 'apply-scrol-to-editor-container' : viewTemplateMode}"> <!-- <i class="fa fa-save save-icon" style="font-size:24px" (click)="updateBlueprint()"></i> <ace-editor [(text)]="text" [(mode)]="mode" #editor class="aceEditor"></ace-editor> --> <div class="normal-editor-mode" [ngClass]="{ 'resource-mapping-mode': viewTemplateMode}"> |