bug-4389 Null checkbox covering data input when editing
Signed-off-by: Chirayu Chiripal <chirayu.chiripal@gmail.com>
This commit is contained in:
parent
6b5f3074fb
commit
3e4561fc93
@ -1033,6 +1033,7 @@ function PMA_makegrid(t, enableResize, enableReorder, enableVisib, enableGridEdi
|
||||
}
|
||||
if ($(g.cEdit).offset().left + $editArea.outerWidth() > $(document.body).width()) {
|
||||
$editArea.addClass('edit_area_right');
|
||||
$editArea.css('top','');
|
||||
}
|
||||
if ($editArea.children().length > 0 && !is_null) {
|
||||
$editArea.show();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user