From 222beca5a56d40f2d49dada0c088d55c815f9fbb Mon Sep 17 00:00:00 2001 From: David K <75791840+Flopsky@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:46:29 +0100 Subject: [PATCH] Update component.jsx better z-index management for foreground management --- src/components/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/component.jsx b/src/components/component.jsx index 8abef26..99b8551 100644 --- a/src/components/component.jsx +++ b/src/components/component.jsx @@ -13,7 +13,7 @@ export function Component() { key="1" className="flex flex-col items-center justify-center p-4 bg-gray-900 text-white font-mono">
+ className="w-full flex flex-wrap justify-between items-center p-4 sticky top-0 bg-gray-900 z-50">

David KAMGANG