aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/zurich/layout.scss4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss
index 9c592ff31..20c758fe5 100644
--- a/web/cobrands/zurich/layout.scss
+++ b/web/cobrands/zurich/layout.scss
@@ -74,7 +74,6 @@ body.frontpage {
#site-logo-text {
position: absolute;
- position: fixed;
top: 0;
z-index: 3;
padding-top: 83px;
@@ -82,6 +81,9 @@ body.frontpage {
color: #585858;
font-size: 85%;
}
+body.mappage #site-logo-text {
+ position: fixed;
+}
.nav-wrapper {
.nav-wrapper-2 {