mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 11:23:29 +00:00
Quick fix modal overflowing at the bottom if error too large.
This commit is contained in:
parent
9502ee45c3
commit
3fe162c680
@ -23,9 +23,10 @@
|
|||||||
display: none; /* Hidden by default */
|
display: none; /* Hidden by default */
|
||||||
position: fixed; /* Stay in place */
|
position: fixed; /* Stay in place */
|
||||||
z-index: 100; /* Sit on top */
|
z-index: 100; /* Sit on top */
|
||||||
left: 50%; /* Center the modal horizontally */
|
left: 20%; /* Center the modal horizontally */
|
||||||
top: 50%; /* Center the modal vertically */
|
right: 20%; /* Center the modal horizontally */
|
||||||
transform: translate(-50%, -50%); /* Use this to center the modal */
|
bottom: 30%; /* Center the modal vertically */
|
||||||
|
/* transform: translate(-50%, -50%); /* Use this to center the modal */ */
|
||||||
width: 50%; /* Set a width for the modal */
|
width: 50%; /* Set a width for the modal */
|
||||||
height: auto; /* Set a height for the modal */
|
height: auto; /* Set a height for the modal */
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
|
Loading…
Reference in New Issue
Block a user