diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index 92b76e474..781832609 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -299,6 +299,12 @@ body.fullwidthpage { } // two thirds width page, also has option for a sidebar which can be sticky or not body.twothirdswidthpage { + .container { + // This used to be on all containers, but there was a bug in Chrome, so now + // it's just here so that the sidebar links are still clickable with their + // negative z-index. + z-index: 1; + } .content { width:40em; position: relative; |