Increase z-index of textarea so it works with jQuery dialogs with modal=true
This commit is contained in:
parent
5d0bc99d99
commit
c43618f2cb
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
.ace_editor textarea {
|
||||
position: fixed;
|
||||
z-index: -1;
|
||||
z-index: 2000;
|
||||
width: 10px;
|
||||
height: 30px;
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue