Merge pull request #198 from SebastianRubina/new_branch

[WIFI-13097] Fixed issue with Navbar Overlap
This commit is contained in:
Charles Bourque
2023-10-18 19:59:58 +01:00
committed by GitHub
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@@ -18,3 +18,4 @@
.env.production.local
npm-debug.log*
.vscode/settings.json

View File

@@ -1,6 +1,6 @@
{
"name": "ucentral-client",
"version": "2.11.0(12)",
"version": "2.11.0(13)",
"description": "",
"private": true,
"main": "index.tsx",

View File

@@ -123,6 +123,7 @@ export const Navbar = ({
top="15px"
border={scrolled ? '0.5px solid' : undefined}
w={isCompact ? '100%' : 'calc(100% - 254px)'}
zIndex={10}
>
<Flex
w="100%"