Open at055612 opened 1 week ago
This is it fixed.
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>
setting
overflow-y: scroll
on thediv
in the text pane content does not work.