mirror of
https://github.com/Telecominfraproject/wlan-cloud-ucentralgw-ui.git
synced 2025-10-30 18:27:53 +00:00
WIFI-13097 - Signed-off-by: Sebastian Rubina sebastian.rubina@kinarasystems.com
Signed-off-by: Sebastian Rubina sebastian.rubina@kinarasystems.com
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -18,3 +18,4 @@
|
|||||||
.env.production.local
|
.env.production.local
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
.vscode/settings.json
|
||||||
|
|||||||
@@ -123,6 +123,7 @@ export const Navbar = ({
|
|||||||
top="15px"
|
top="15px"
|
||||||
border={scrolled ? '0.5px solid' : undefined}
|
border={scrolled ? '0.5px solid' : undefined}
|
||||||
w={isCompact ? '100%' : 'calc(100% - 254px)'}
|
w={isCompact ? '100%' : 'calc(100% - 254px)'}
|
||||||
|
zIndex={10}
|
||||||
>
|
>
|
||||||
<Flex
|
<Flex
|
||||||
w="100%"
|
w="100%"
|
||||||
|
|||||||
Reference in New Issue
Block a user