remy / jsconsole

Web based console - for presentations and workshops
http://jsconsole.com
MIT License
1.91k stars 334 forks source link

Cannot contain size of console #108

Closed JuanPotato closed 7 years ago

JuanPotato commented 7 years ago

Referring to the v2 beta, I wanted to confine the height to a certain length. After entering a few commands, the console passes the set height of the div and expands. What can I do to confine it to a certain height? I'm intending to put a script into a bookmarklet so I can have this console injected into sites I want.

remy commented 7 years ago

Best to wrap it in a div that you have control of.

JuanPotato commented 7 years ago

I should've mentioned that I did do that, and it still passes through. The outer div and div with id root are the correct height. the div inside that is also the correct height. Yet, the divs within that are not the correct height .react-console-container .Input