Slackbot
03/22/2023, 4:54 PMMichael Cooper
03/22/2023, 5:08 PM<div style="max-height: 300px; overflow: scroll">${Plot.plot(...)}</div>
Mark McClure
03/22/2023, 9:09 PMoverflow: scroll
should work, though I’d prefer overflow: auto
to avoid a vertical scrollbar. You’ll also need to force the width of the Plot itself to be super wide, perhaps by placing inside another DIV. Here’s an example: https://observablehq.com/d/eee96bf4dd9ffa95Mark McClure
03/22/2023, 9:10 PMGordon Tu
03/22/2023, 9:45 PM