diff options
-rw-r--r-- | web/cobrands/zurich/layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index 0c42924d4..7984de0b9 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -37,6 +37,11 @@ body.mappage.admin .nav-wrapper-2 { @include box-shadow(none); } +/* Fix positioning of images in the admin */ +body.admin .admin-nav-wrapper { + z-index: 1; +} + // Different header and logo #site-header .container { height: 99px; |