+
@@ -51,6 +51,9 @@
--bg-secondary: #141418;
background-color: var(--bg-secondary);
}
+ .navbar{
+ z-index: 5;
+ }
#logo {
display: flex;
diff --git a/fclauncher/frontend/src/Navbar.svelte b/fclauncher/frontend/src/Navbar.svelte
index b64788b..5ee9d3e 100644
--- a/fclauncher/frontend/src/Navbar.svelte
+++ b/fclauncher/frontend/src/Navbar.svelte
@@ -74,6 +74,7 @@ import {addingInstance, testPage} from './global'
position: fixed;
background-color: var(--bg-primary);
transition: width 200ms ease;
+ z-index: 5;
}
.navbar-nav{
list-style: none;
diff --git a/fclauncher/frontend/src/Testpage.svelte b/fclauncher/frontend/src/Testpage.svelte
index 705d8e2..7177260 100644
--- a/fclauncher/frontend/src/Testpage.svelte
+++ b/fclauncher/frontend/src/Testpage.svelte
@@ -1,7 +1,17 @@
@@ -10,15 +20,19 @@
{#each $instances as i}
{/each}
+
+