scalacenter / scastie

An interactive playground for Scala
https://scastie.scala-lang.org
Apache License 2.0
432 stars 104 forks source link

Scrollable tooltip #927

Closed MateuszKubuszok closed 11 months ago

MateuszKubuszok commented 1 year ago

Describe the bug

There is a macro heavy library (Chimney) which provides a structured logging option for printing how macro was derived. This message can easily by longer than one screen and it cannot be fully read on Scastie.

Scastie snippet link

https://scastie.scala-lang.org/MateuszKubuszok/3HIVqgqARqmXIilEflV2Bg/6

To Reproduce

  1. use Chimney 0.8.0-M1
  2. use enableMacrosLogging option
  3. hover over the info log tooltip

Expected behavior

Whole info message can be read without zooming out in browser.

Screenshot ( Optional )

No response

Version

Scastie website

What browsers are you seeing the problem on?

Firefox

Relevant log output

No response