From 3501a9f75413db21fadc0d41b28fd655be716a4e Mon Sep 17 00:00:00 2001 From: Lightforger Date: Wed, 19 Jun 2013 14:53:33 +0300 Subject: [PATCH] fixes #1755 Updated jQuery reduced it's z-index's from 1000-1005 to 90 (roughly tenfold) on note-boxe's --- app/assets/stylesheets/specific/notes.css.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/specific/notes.css.scss b/app/assets/stylesheets/specific/notes.css.scss index 390a1451a..79dadef37 100644 --- a/app/assets/stylesheets/specific/notes.css.scss +++ b/app/assets/stylesheets/specific/notes.css.scss @@ -1,6 +1,6 @@ div#note-container { position: absolute; - z-index: 500; + z-index: 50; div.note-body { position: absolute; @@ -11,7 +11,7 @@ div#note-container { line-height: normal; cursor: pointer; padding: 4px; - z-index: 1500; + z-index: 150; overflow: auto; h1, h2, h3, h4, h5, h6, a, span, div, blockquote, br, p, ul, li, ol, em, strong, small, big, b, i, font, u, s, code, center {