##// END OF EJS Templates
Adding z-index to image previews automatically
neko259 -
r541:90d66ad5 1.7-dev
parent child Browse files
Show More
@@ -13,7 +13,6 b''
13 13
14 14 .img-full {
15 15 position: fixed;
16 z-index: 9999;
17 16 background-color: #CCC;
18 17 border: 1px solid #000;
19 18 cursor: pointer;
@@ -85,7 +85,10 b' function addImgPreview() {'
85 85
86 86 return false;
87 87 }
88 ).draggable()
88 ).draggable({
89 addClasses: false,
90 stack: '.img-full'
91 })
89 92 }
90 93 else {
91 94 $('#'+thumb_id).remove();
General Comments 0
You need to be logged in to leave comments. Login now