##// END OF EJS Templates
fixed zindex issues on side-by-side diffs
marcink -
r4063:3dba79ad default
parent child Browse files
Show More
@@ -3111,6 +3111,7 b' table.code-browser .submodule-dir {'
3111 3111 border-radius: 8px 8px 8px 8px;
3112 3112 box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3113 3113 -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);
3114 z-index: 100000;
3114 3115 }
3115 3116
3116 3117 .hl-tip-box {
@@ -16,4 +16,3 b''
16 16 <p>${_('Description')}:<br/>
17 17 ${h.shorter(message, 256)}
18 18 </p>
19
General Comments 0
You need to be logged in to leave comments. Login now