@gregoriusrippenstein/node-red-contrib-introspection 0.12.5 → 0.12.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.12.5",
3
+ "version": "0.12.6",
4
4
  "dependencies": {
5
5
  "got": "^13",
6
6
  "uglify-js": "^3.17.4",
@@ -391,7 +391,8 @@
391
391
 
392
392
  <!-- The html for the right sidebar plugin screen -->
393
393
  <script type="text/x-red" data-template-name="Screenshot">
394
- <div class="form-row func-introspection-tabs-row">
394
+ <div style="position: relative; height: 100%; overflow-y: auto;">
395
+ <div class="form-row func-introspection-tabs-row">
395
396
  <ul style="min-width: 600px; margin-bottom: 20px;" id="func-introspection-tabs"></ul>
396
397
  </div>
397
398
 
@@ -716,4 +717,5 @@
716
717
  No warranty of success is neither provided, nor implied nor expressed.
717
718
  </div>
718
719
  </div>
720
+ </div>
719
721
  </script>