mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 08:49:36 +00:00
[Cleanup] Remove unnecessary pointer-event-auto (#2523)
This commit is contained in:
@@ -57,6 +57,6 @@ const positionCSS = computed<CSSProperties>(() =>
|
||||
|
||||
<style scoped>
|
||||
.comfy-menu-hamburger {
|
||||
@apply pointer-events-auto fixed z-[9999] flex flex-row;
|
||||
@apply fixed z-[9999] flex flex-row;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user