increased zindex of link field
This commit is contained in:
parent
b46289c9bd
commit
021339ddd8
1 changed files with 4 additions and 0 deletions
|
|
@ -629,6 +629,10 @@ LinkField.prototype.make_input = function() {
|
|||
|
||||
me.get_value = function() { return me.txt.value; }
|
||||
|
||||
// increasing zindex of input to increase zindex of autosuggest
|
||||
// because of the increase in zindex of dialog_wrapper
|
||||
$(me.txt).css({"z-index": 10});
|
||||
|
||||
$(me.txt).autocomplete({
|
||||
source: function(request, response) {
|
||||
var args = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue