fix rich text widget's side menu handle (#17113)
before - https://github.com/user-attachments/assets/283a1ed6-19e9-4a4d-ba4f-5bac7d4a23ef after - https://github.com/user-attachments/assets/778a45af-fb59-4e21-aa53-290461c4d159
This commit is contained in:
+2
@@ -8,6 +8,7 @@ import { IconGripVertical } from 'twenty-ui/display';
|
||||
|
||||
import { type BLOCK_SCHEMA } from '@/activities/blocks/constants/Schema';
|
||||
import { DashboardBlockDragHandleMenu } from '@/page-layout/widgets/standalone-rich-text/components/DashboardBlockDragHandleMenu';
|
||||
import { RootStackingContextZIndices } from '@/ui/layout/constants/RootStackingContextZIndices';
|
||||
import { isDefined } from 'twenty-shared/utils';
|
||||
|
||||
type DashboardEditorSideMenuProps = {
|
||||
@@ -17,6 +18,7 @@ type DashboardEditorSideMenuProps = {
|
||||
|
||||
const StyledSideMenuContainer = styled.div`
|
||||
display: flex;
|
||||
z-index: ${RootStackingContextZIndices.DropdownPortalBelowModal};
|
||||
`;
|
||||
|
||||
const StyledDragHandleContainerWrapper = styled.div`
|
||||
|
||||
Reference in New Issue
Block a user