diff --git a/apps/ui/src/routes/_NewResource.svelte b/apps/ui/src/routes/_NewResource.svelte
index 5729ae81c..688f68b00 100644
--- a/apps/ui/src/routes/_NewResource.svelte
+++ b/apps/ui/src/routes/_NewResource.svelte
@@ -16,7 +16,7 @@
}
-
{/if}
-
diff --git a/apps/ui/src/tailwind.css b/apps/ui/src/tailwind.css
index 9c61d53f0..01ef217c3 100644
--- a/apps/ui/src/tailwind.css
+++ b/apps/ui/src/tailwind.css
@@ -199,4 +199,9 @@ a {
input {
@apply w-48 lg:w-96;
+}
+
+.header {
+ @apply flex flex-row px-4 justify-between items-center lg:fixed w-full z-10 lg:-ml-16 lg:pl-20 p-5;
+ background-color: rgba(31, 30, 30, 0.6);
}
\ No newline at end of file