mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-04 13:12:10 +00:00
Floating menu option (#726)
* Add floating menu * Fix * Updates * Add auto-queue change test * Fix
This commit is contained in:
committed by
Chenlei Hu
parent
73a7f7dae0
commit
2d1ff64951
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user