fix: show three dots if menu is open

This commit is contained in:
Ramesh Mane
2026-02-20 10:35:35 +00:00
parent 38caeec95e
commit 7e48edeca9

View File

@@ -292,6 +292,10 @@ const onMenuClick = (e: Event) => {
&.is-open {
@apply w-6 !flex;
.nc-base-three-dot {
@apply !block;
}
}
}
</style>