diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 18:10:44 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 18:10:44 +0100 |
commit | 7157387ae04ceb5d27307952db8d1bc5644a8568 (patch) | |
tree | 7e0aa78fbcba264a830c44cf5de52ecc579f6ee1 | |
parent | d3a221d996acaacf67dec485d5506369ad55acd9 (diff) |
Fix stacking of the sticky-sidebar
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index fa0c53f23..82ec08746 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -57,6 +57,7 @@ body.twothirdswidthpage { @include box-shadow(none); } .sticky-sidebar { + z-index: 5; aside { position: fixed; top: 10em; |