Updated jQuery reduced it's z-index's from 1000-1005 to 90 (roughly tenfold) on note-boxe's
This commit is contained in:
Lightforger
2013-06-19 14:53:33 +03:00
parent e0d75220d1
commit 3501a9f754

View File

@@ -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 {