arnog / mathlive

A web component for easy math input
https://cortexjs.io/mathlive
MIT License
1.54k stars 269 forks source link

Bug: Unable to see long content #1814

Open Ancient-Dragon opened 1 year ago

Ancient-Dragon commented 1 year ago

Description

Allow users of the library to have a scrollbar. Currently the library doesn't let you add a scrollbar and has overflow: hidden on the content. This means that content will be hidden from the view with nothing obvious to indicate to the user that there is more content.

Steps to Reproduce

  1. Create a mathlive element with some really long text that goes off the screen (maybe easier to see if it's a dialog).

Actual Behavior

Currently the display is cut off and hidden, you can drag your mouse along to see the content

Expected Behavior

Able to see a scrollbar indicating that there is more content.

Environment

MathLive version 0.87.1

Operating System Windows

Browser Chrome, Firefox

JamMaster1999 commented 9 months ago

@arnog Is there any progress on this? I would be willing to submit a PR if I knew where to look.