mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-07 16:40:05 +00:00
Remove support of Top/Bottom in menu positions (#933)
* Remove support of Top/Bottom in menu positions * Update menu positions in test setting * nit
This commit is contained in:
@@ -75,9 +75,4 @@ 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