Commit 606446d0 authored by comfyanonymous's avatar comfyanonymous
Browse files

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

parents 8ef197f0 468c27af
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
window.graph = app.graph; window.graph = app.graph;
</script> </script>
</head> </head>
<body></body> <body class="litegraph"></body>
</html> </html>
...@@ -289,6 +289,11 @@ button.comfy-queue-btn { ...@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment