aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/stevenage/_council_header.scss1
-rw-r--r--web/cobrands/stevenage/_layout.scss4
2 files changed, 3 insertions, 2 deletions
diff --git a/web/cobrands/stevenage/_council_header.scss b/web/cobrands/stevenage/_council_header.scss
index 6cf9e4631..b7216608f 100644
--- a/web/cobrands/stevenage/_council_header.scss
+++ b/web/cobrands/stevenage/_council_header.scss
@@ -15,6 +15,7 @@
/* 2.stv- =BasicSetup and general styles
--------------------------------------------------*/
#stevenage_cc_header {
+ display: block;
z-index: 2;
margin: 0;
padding: 0;
diff --git a/web/cobrands/stevenage/_layout.scss b/web/cobrands/stevenage/_layout.scss
index d98c1403b..7a9e35226 100644
--- a/web/cobrands/stevenage/_layout.scss
+++ b/web/cobrands/stevenage/_layout.scss
@@ -272,7 +272,7 @@ body.mappage {
.ie6, .ie7 {
body.mappage {
#stevenage_cc_header {
- position:static;
+ position:absolute;
}
// The below is *mandatory* to allow pins/zoom to be clickable in IE6/7. Do NOT remove.
.container {
@@ -283,7 +283,7 @@ body.mappage {
.nav-wrapper{
z-index:1;
.nav-wrapper-2 {
- position:static;
+ //position:static;
}
}
#site-logo {