From b87091a33a6e7b0bc1f96da4e62375741551161a Mon Sep 17 00:00:00 2001 From: Sebastian Rubina Date: Wed, 18 Oct 2023 12:23:58 -0400 Subject: [PATCH 1/2] WIFI-13097 - Signed-off-by: Sebastian Rubina sebastian.rubina@kinarasystems.com Signed-off-by: Sebastian Rubina sebastian.rubina@kinarasystems.com --- .gitignore | 1 + src/layout/Navbar/index.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 3dd3594..d89992c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ .env.production.local npm-debug.log* +.vscode/settings.json diff --git a/src/layout/Navbar/index.tsx b/src/layout/Navbar/index.tsx index 69965ea..7460aac 100644 --- a/src/layout/Navbar/index.tsx +++ b/src/layout/Navbar/index.tsx @@ -123,6 +123,7 @@ export const Navbar = ({ top="15px" border={scrolled ? '0.5px solid' : undefined} w={isCompact ? '100%' : 'calc(100% - 254px)'} + zIndex={10} > Date: Wed, 18 Oct 2023 14:52:33 -0400 Subject: [PATCH 2/2] Changing Version Number Signed-off-by: Sebastian Rubina --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a3de8ce..207467d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ucentral-client", - "version": "2.11.0(12)", + "version": "2.11.0(13)", "description": "", "private": true, "main": "index.tsx",