Bugzilla – Attachment #107845: Bug 26121: Add z-index for CodeMirror for
bug #26121
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 26121
Collapse All
|
Expand All
(-)
a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/koha-news.tt (-1 / +1 lines)
Lines 15-20
Link Here
15
<style>
15
<style>
16
.CodeMirror {
16
.CodeMirror {
17
resize: vertical;
17
resize: vertical;
18
z-index: 0;
18
}
19
}
19
</style>
20
</style>
20
[% END %]
21
[% END %]
21
-
Return to
bug 26121