workbenchapp / solana-workbench

Your one-stop shop for developing on Solana
MIT License
63 stars 7 forks source link

bottom pane (program logs) output overlaps w/ AccountView #227

Closed nathanleclaire closed 2 years ago

nathanleclaire commented 2 years ago

kind of a goofy bug, if I drag log view pane up in a tall window with chatty net, it collides w/ the accounts

https://user-images.githubusercontent.com/1476820/178847573-83a8c0ed-b8d3-454c-80ed-ca988c6f6805.mov

SvenDowideit commented 2 years ago

dupe of #179

nathanleclaire commented 2 years ago

I don't think so, this is that in Account endpoint logs mix with changes view if you pull the <Split> up, #179 is that the logs will spill into the bottom of the screen on the validator page and force a scroll bar

nathanleclaire commented 2 years ago

to show the visual on this issue -- this is Validator page scrolled down

Screen Shot 2022-07-18 at 8 54 09 PM

the logs should be a div with overflow scroll probably, but i've been having a hard time finding the right stylesheet magic