Floating menu option (#726)

* Add floating menu

* Fix

* Updates

* Add auto-queue change test

* Fix
This commit is contained in:
pythongosssss
2024-09-16 03:28:04 +01:00
committed by Chenlei Hu
parent 73a7f7dae0
commit 2d1ff64951
14 changed files with 629 additions and 15 deletions

View File

@@ -75,4 +75,9 @@ const gutterClass = computed(() => {
z-index: 999;
border: none;
}
.comfyui-floating-menu .splitter-overlay {
top: var(--comfy-floating-menu-height);
height: calc(100% - var(--comfy-floating-menu-height));
}
</style>