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

Error window needs a scrollbar #3761

Closed
AngryLoki opened this issue Jun 17, 2024 · 2 comments
Closed

Error window needs a scrollbar #3761

AngryLoki opened this issue Jun 17, 2024 · 2 comments
Labels
Feature A new feature to add to ComfyUI. Frontend Issue relates to the frontend UI (litegraph).

Comments

@AngryLoki
Copy link

AngryLoki commented Jun 17, 2024

As demonstrated in #3714 and #3755, users don't understand that traceback is can be scrolled, because it looks like this:

image

Proposed fix:

:root {
    color-scheme: dark;
}

.comfy-modal-content {
    max-width: 100%;
    /* other existing styles */
}

With updated CSS:
image

@mcmonkey4eva mcmonkey4eva added Feature A new feature to add to ComfyUI. Frontend Issue relates to the frontend UI (litegraph). labels Jun 22, 2024
@nothingness6
Copy link

nothingness6 commented Jul 21, 2024

Hi, I have the same issue.
Could you tell me the name of the css file and where it is, please?

@mcmonkey4eva
Copy link
Collaborator

frontend issue https://github.com/Comfy-Org/ComfyUI_frontend

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new feature to add to ComfyUI. Frontend Issue relates to the frontend UI (litegraph).
Projects
None yet
Development

No branches or pull requests

3 participants