Skip to content
New issue

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

[Feature Request]: Sticky results pane #7896

Closed
1 task done
CJohnDesign opened this issue Feb 18, 2023 · 1 comment
Closed
1 task done

[Feature Request]: Sticky results pane #7896

CJohnDesign opened this issue Feb 18, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@CJohnDesign
Copy link

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

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_resultsdivs 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

@CJohnDesign CJohnDesign added the enhancement New feature or request label Feb 18, 2023
@missionfloyd
Copy link
Collaborator

missionfloyd commented Feb 18, 2023

You can add it to your user.css

#img2img_results, #txt2img_results, #extras_results {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants