Add spacing at the bottom to display the dropdown on the bottom item
This commit is contained in:
parent
7662874036
commit
e0d4ab27a3
|
@ -218,7 +218,7 @@ div.jsoneditor-tree table.jsoneditor-tree {
|
|||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
margin: 0 0 300px; /* keep space for the action menu dropdown */
|
||||
}
|
||||
|
||||
div.jsoneditor-outer {
|
||||
|
|
|
@ -189,7 +189,6 @@ function showTransformModal (node, container) {
|
|||
}
|
||||
|
||||
function generateQueryFromWizard () {
|
||||
console.log('query...', arguments)
|
||||
if (filterField.value && filterRelation.value && filterValue.value) {
|
||||
var field1 = filterField.value;
|
||||
// TODO: move _stringCast into a static util function
|
||||
|
|
Loading…
Reference in New Issue