Merge pull request #561 from wildfireapp/jquery_modal_fix
Increase z-index of textarea so it works with jQuery dialogs with modal=...
This commit is contained in:
commit
bd9fad0b86
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,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