You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It's a little distracting to have the screen split evenly between the overlay and the application. Also if there are a lot of errors reported, the smaller real estate means way more scrolling.
Describe the solution you'd like
Somewhere in the plugin config it would be great to at least be able to set the height (or max height?) for the overlay.
Describe alternatives you've considered
I've edited the style for .window.svelte-zrwou in the browser, which works, but I can't get it to work in my React application. I tried adding an explicit style tag in index.html under the title tag, with no luck.
@fi3ework thanks for addressing this! Do you if GitHub will send an additional alert when this is included in a release? I just bumped to 0.4.7 but panelStyle isn't in there yet.
Is your feature request related to a problem? Please describe.
It's a little distracting to have the screen split evenly between the overlay and the application. Also if there are a lot of errors reported, the smaller real estate means way more scrolling.
Describe the solution you'd like
Somewhere in the plugin config it would be great to at least be able to set the height (or max height?) for the overlay.
Describe alternatives you've considered
I've edited the style for
.window.svelte-zrwou
in the browser, which works, but I can't get it to work in my React application. I tried adding an explicitstyle
tag inindex.html
under thetitle
tag, with no luck.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: