We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow for you to always see your image while working Make better use of space
Once the top of #img2img_results or #txt3img_resultsdivs hit the top edge of the browser, set position to sticky (or any preferred method of sticking)
#img2img_results
#txt3img_results
I'm working with the ControlNet extension and since I have to scroll to work with the extension, I can't see the art while I'm adjusting the settings.
Here you can see the empty space:
The text was updated successfully, but these errors were encountered:
You can add it to your user.css
user.css
#img2img_results, #txt2img_results, #extras_results { position: -webkit-sticky; position: sticky; top: 0; }
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
What would your feature do ?
Allow for you to always see your image while working
Make better use of space
Proposed workflow
Once the top of
#img2img_results
or#txt3img_results
divs hit the top edge of the browser, set position to sticky (or any preferred method of sticking)Additional information
I'm working with the ControlNet extension and since I have to scroll to work with the extension, I can't see the art while I'm adjusting the settings.
Here you can see the empty space:
![image](https://user-images.githubusercontent.com/10375280/219821122-e71c9214-0c78-4b94-81b0-1631005d8b12.png)
The text was updated successfully, but these errors were encountered: