Merge branch 'fix-litegraph-css' of https://github.com/space-nuko/ComfyUI

This commit is contained in:
comfyanonymous 2023-05-30 23:42:00 -04:00
commit 606446d030
2 changed files with 6 additions and 1 deletions

View File

@ -14,5 +14,5 @@
window.graph = app.graph; window.graph = app.graph;
</script> </script>
</head> </head>
<body></body> <body class="litegraph"></body>
</html> </html>

View File

@ -289,6 +289,11 @@ button.comfy-queue-btn {
/* Context menu */ /* Context menu */
.litegraph .dialog {
z-index: 1;
font-family: Arial;
}
.litegraph .litemenu-entry.has_submenu { .litegraph .litemenu-entry.has_submenu {
position: relative; position: relative;
padding-right: 20px; padding-right: 20px;