Commit 41311a2b by Ali Arshad

fixed dropdown issue and back button in popup

parent 6aff3293
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<form #form="ngForm"> <form #form="ngForm">
<div class="ui-g ui-fluid"> <div class="ui-g ui-fluid">
<div class="page-title mb-0"> <div class="page-title mb-0">
<a [routerLink]="['/admin/list-message-templates']" class="arrow-btn-blue ml-0"> <a [routerLink]="['/admin/list-message-templates']" class="arrow-btn-blue ml-0" *ngIf="!objectID">
<img src="assets/images/arrow-left-prev_blue.svg"> <img src="assets/images/arrow-left-prev_blue.svg">
</a> </a>
{{editMode ? "Edit" : "Add"}} Message Template {{editMode ? "Edit" : "Add"}} Message Template
......
...@@ -187,11 +187,11 @@ ...@@ -187,11 +187,11 @@
.dropdown-text { .dropdown-text {
width: 75% !important; width: 75% !important;
} }
.select2-container--open {
.normalDropDown {
.select2-container--open {
z-index: 100000; z-index: 100000;
} }
.normalDropDown {
.select2-container { .select2-container {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment