Add spacing at the bottom to display the dropdown on the bottom item

This commit is contained in:
jos 2018-07-11 11:08:18 +02:00
parent 7662874036
commit e0d4ab27a3
2 changed files with 1 additions and 2 deletions

View File

@ -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 {

View File

@ -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