We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ca1f7a + 79b7a2a commit 3494f31Copy full SHA for 3494f31
src/GraphPlugin.js
@@ -84,7 +84,8 @@ class GraphPlugin {
84
// Create container
85
const container = document.createElement('div');
86
container.style.width = '100%';
87
- container.style.height = '600px';
+ container.style.height = '100%';
88
+ container.style.minHeight = '600px';
89
container.style.position = 'relative';
90
container.style.overflow = 'hidden';
91
this.yasr.resultsEl.appendChild(container);
0 commit comments