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:
Chenlei Hu
2024-09-23 14:42:56 +09:00
parent fa2884f9b2
commit 2aaee5c331
10 changed files with 39 additions and 208 deletions

View File

@@ -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>