diff --git a/src/portal/src/app/base/harbor-shell/harbor-shell.component.html b/src/portal/src/app/base/harbor-shell/harbor-shell.component.html index e701165fb..e66e986c7 100644 --- a/src/portal/src/app/base/harbor-shell/harbor-shell.component.html +++ b/src/portal/src/app/base/harbor-shell/harbor-shell.component.html @@ -1,32 +1,4 @@ - - + diff --git a/src/portal/src/app/base/harbor-shell/harbor-shell.component.scss b/src/portal/src/app/base/harbor-shell/harbor-shell.component.scss index fb99a204c..622b3432f 100644 --- a/src/portal/src/app/base/harbor-shell/harbor-shell.component.scss +++ b/src/portal/src/app/base/harbor-shell/harbor-shell.component.scss @@ -38,3 +38,11 @@ clr-vertical-nav { .font-size-13 { font-size: 13px; } + +.global-msg { + position: absolute; + top: 0; + left: 2rem; + right: 2rem; + z-index: 600; +}