comfyanonymous / ComfyUI

The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
https://www.comfy.org/
GNU General Public License v3.0
49.66k stars 5.22k forks source link

Error window needs a scrollbar #3761

Open AngryLoki opened 2 months ago

AngryLoki commented 2 months ago

As demonstrated in https://github.com/comfyanonymous/ComfyUI/issues/3714 and https://github.com/comfyanonymous/ComfyUI/issues/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
nothingness6 commented 1 month ago

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