Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
3fe162c6
"include/ck/utility/functional3.hpp" did not exist on "7a7fe160866b7b2893be698d77b70cc8cf754fb5"
Commit
3fe162c6
authored
Feb 28, 2023
by
comfyanonymous
Browse files
Quick fix modal overflowing at the bottom if error too large.
parent
9502ee45
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
webshit/index.html
webshit/index.html
+4
-3
No files found.
webshit/index.html
View file @
3fe162c6
...
@@ -23,9 +23,10 @@
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment