diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-14 17:26:11 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-14 17:26:11 +0000 |
commit | 89eab24c9042790edabcf667a66e4783256fee70 (patch) | |
tree | 6bd5cb1ee2c98c979e9c84f9e5bb692e18169365 /web | |
parent | e52a3fad4e6ddda57d79cd2eb48f10edd2329c4e (diff) |
Fixed so doesn't scroll with page.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/zurich/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/zurich/layout.scss b/web/cobrands/zurich/layout.scss index d4b46d561..9c592ff31 100644 --- a/web/cobrands/zurich/layout.scss +++ b/web/cobrands/zurich/layout.scss @@ -74,6 +74,7 @@ body.frontpage { #site-logo-text { position: absolute; + position: fixed; top: 0; z-index: 3; padding-top: 83px; |