gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
436 stars 53 forks source link

Unable to scroll a Dashboard text pane that is set to show as HTML #4606

Open at055612 opened 1 week ago

at055612 commented 1 week ago

setting overflow-y: scroll on the div in the text pane content does not work.

at055612 commented 1 week ago

This is it fixed.

image

No need for the HTML content to set overflow at all. HTML can be like

<?xml version="1.1" encoding="UTF-8"?>
<div>
  <h2>Event</h2>
  <h2>Meta</h2>
  <h2>source</h2>
  <h2>id</h2>
  <h2>partNo</h2>
  <h2>recordNo</h2>
  <h2>lineFrom</h2>
...
</div>