mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 15:36:36 +00:00
fix: show three dots if menu is open
This commit is contained in:
@@ -292,6 +292,10 @@ const onMenuClick = (e: Event) => {
|
||||
|
||||
&.is-open {
|
||||
@apply w-6 !flex;
|
||||
|
||||
.nc-base-three-dot {
|
||||
@apply !block;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user