aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Angell <josh@supercooldesign.co.uk>2012-02-24 12:37:29 +0000
committerJosh Angell <josh@supercooldesign.co.uk>2012-02-24 12:37:29 +0000
commit369cb088cf826a79ba4e0b37c723a443a9272a2c (patch)
tree33d8f1c02cbd709cb78f4be0368372ded5c8e4f9
parentc21b88b9203983ae83da88446ff277fb23642cb3 (diff)
Fixes #230 where sidebar notes are not selectable
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rw-r--r--web/cobrands/fixmystreet/layout.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/layout.scss b/web/cobrands/fixmystreet/layout.scss
index a60284fd2..fd43bbf05 100644
--- a/web/cobrands/fixmystreet/layout.scss
+++ b/web/cobrands/fixmystreet/layout.scss
@@ -28,6 +28,7 @@ body {
padding: 0em;
width: 60em;
position: relative;
+ z-index:0;
}
//z-index stack order gets reset to 0 in ie6/7 if you position anything,
@@ -512,8 +513,9 @@ textarea.form-error {
// Report a problem sidebar notes
#report-a-problem-sidebar {
position:absolute;
+ z-index:-1;//push behind .content, .container resets z-index for this
left:29.5em;
- top:2em;
+ top:5em;
width:15em;
//z-index: -1;
@include box-shadow(rgba(0, 0, 0, 0.6) 0px 0px 4px 1px);
@@ -550,7 +552,7 @@ textarea.form-error {
position: absolute;
left:29.5em;
width:15em;
- //z-index: -1;
+ z-index: -1; //push behind .content, .container resets z-index for this
@include box-shadow(rgba(0, 0, 0, 0.6) 0px 0px 4px 1px);
p {
background:#eeeeee;