[Cleanup] Remove unnecessary pointer-event-auto (#2523)

This commit is contained in:
Chenlei Hu
2025-02-11 21:41:47 -05:00
committed by GitHub
parent 9017513979
commit ca2aee296a
8 changed files with 8 additions and 10 deletions

View File

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