Fix z-index

This commit is contained in:
Andrew Kingston 2024-10-03 15:49:44 +01:00
parent c51c7cd2a6
commit aa3da2bcf2
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<style>
.control {
position: absolute;
z-index: 999;
z-index: 10;
display: flex;
flex-direction: row;
align-items: center;

View File

@ -200,12 +200,14 @@
position: absolute;
top: 20px;
left: 20px;
z-index: 10;
}
.footer {
position: absolute;
left: 20px;
bottom: 20px;
color: var(--spectrum-global-color-gray-600);
z-index: 10;
}
/* Customise svelte-flow theme */