diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2017-06-08 11:14:34 +0100 |
---|---|---|
committer | Zarino Zappia <mail@zarino.co.uk> | 2017-06-08 12:07:53 +0100 |
commit | c659907ae9e15682bd97d5593684242ed5511eca (patch) | |
tree | 3abd5f18ae6a423961e47b01b364cb910630fb4d /web | |
parent | e2125b7db84902c62ddce822c0397a174ad56a8c (diff) |
Prevent #map_sidebar shadow from overlapping #site-header
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index d273eec1f..f3ce64f37 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -233,7 +233,7 @@ body.mappage.admin { padding: $mappage-sidebar-padding; overflow: auto; // vertical scrollbar when list is taller than window background-color: #fff; // since no longer in the flow inside .content - box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); + box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); .with-notes & { width: (($mappage-sidebar-width + $mappage-notes-width) - ($mappage-sidebar-padding * 2)); |