Merge branch 'dev' into staging
This commit is contained in:
commit
207c82dd69
@ -1,4 +1,6 @@
|
|||||||
.root {
|
.root {
|
||||||
|
text-wrap: nowrap;
|
||||||
|
|
||||||
.mirror-shadow-element {
|
.mirror-shadow-element {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -21,6 +23,7 @@
|
|||||||
border-bottom: 1px solid var(--color-neutral-500);
|
border-bottom: 1px solid var(--color-neutral-500);
|
||||||
|
|
||||||
.vertical-container {
|
.vertical-container {
|
||||||
|
z-index: 2;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
@ -120,7 +120,7 @@ export default function ClientBox(props: IProps) {
|
|||||||
</Button>
|
</Button>
|
||||||
<DeleteCustomerModal
|
<DeleteCustomerModal
|
||||||
isOpen={isDeleteModalOpen}
|
isOpen={isDeleteModalOpen}
|
||||||
onClose={close}
|
onClose={closeDeleteModal}
|
||||||
customerUid={customer.uid ?? ""}
|
customerUid={customer.uid ?? ""}
|
||||||
onDelete={handleDelete}
|
onDelete={handleDelete}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user