Fix binding modal z-index and removing double border in automation header

This commit is contained in:
Dean 2024-06-11 09:07:55 +01:00
parent 23362527eb
commit 3f35a41046
1 changed files with 1 additions and 2 deletions

View File

@ -112,7 +112,7 @@
This action cannot be undone. This action cannot be undone.
</ConfirmDialog> </ConfirmDialog>
<Modal bind:this={testDataModal} width="30%"> <Modal bind:this={testDataModal} width="30%" zIndex={5}>
<TestDataModal /> <TestDataModal />
</Modal> </Modal>
@ -148,7 +148,6 @@
.header.scrolling { .header.scrolling {
background: var(--background); background: var(--background);
border-bottom: var(--border-light); border-bottom: var(--border-light);
border-left: var(--border-light);
z-index: 1; z-index: 1;
} }