Skip to content

Commit b6962eb

Browse files
ganeshkumar1989antleblanc
authored andcommitted
fix(apps.public.cloud.theme): increase navbar z-index (#1165)
ref: MBP-541
1 parent d86bbc4 commit b6962eb

File tree

1 file changed

+1
-1
lines changed
  • packages/manager/apps/public-cloud/src/assets/theme

1 file changed

+1
-1
lines changed

packages/manager/apps/public-cloud/src/assets/theme/_navbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.oui-navbar {
99
background-color: #fff;
1010
box-shadow: 0 2pt 4pt rgba(17, 63, 109, 0.15);
11-
z-index: 2;
11+
z-index: 3;
1212

1313
.oui-navbar__brand {
1414
color: rgb(40, 89, 192);

0 commit comments

Comments
 (0)