diff options
-rw-r--r-- | web/cobrands/oxfordshire/layout.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/web/cobrands/oxfordshire/layout.scss b/web/cobrands/oxfordshire/layout.scss index a5f7aa9de..bf6ac1e14 100644 --- a/web/cobrands/oxfordshire/layout.scss +++ b/web/cobrands/oxfordshire/layout.scss @@ -75,7 +75,13 @@ body.twothirdswidthpage { } } -// To prevent font size larger interfering with the fixed Bromley layout +.general-sidebar-notes, +#report-a-problem-sidebar { + z-index: 99; // float above the map, since (like the map) this is the the right of the text/input column +} + + +// To prevent font size larger interfering with the fixed Oxfordshire layout .container { width: auto; } .full-width { width: 464px; } .shadow-wrap { width: 464px; } |