diff options
-rw-r--r-- | web/cobrands/eastherts/layout.scss | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/web/cobrands/eastherts/layout.scss b/web/cobrands/eastherts/layout.scss index d54a6d968..964feb5ca 100644 --- a/web/cobrands/eastherts/layout.scss +++ b/web/cobrands/eastherts/layout.scss @@ -146,7 +146,11 @@ body.frontpage { } body.twothirdswidthpage { - .content .sticky-sidebar aside { - top: 12em; // up from 7em, because of the taller header + .content .sticky-sidebar { + z-index: 1; // rather than -1, which hides it behind .container + + aside { + top: 12em; // up from 7em, because of the taller header + } } } |