In Activities (Tasks / Notes) right drawer, while editing the body and displaying the styling bar, the bar should styling not be larger than the right drawer (#1414)
Co-authored-by: KlingerMatheus <klinger.matheus@gitstart.dev>
This commit is contained in:
@ -18,6 +18,9 @@ const StyledEditor = styled.div`
|
||||
color: ${({ theme }) => theme.font.color.tertiary};
|
||||
font-style: normal !important;
|
||||
}
|
||||
.tippy-box:has(.mantine-Toolbar-root) {
|
||||
transform: translateX(-13%);
|
||||
}
|
||||
`;
|
||||
|
||||
export function BlockEditor({ editor }: BlockEditorProps) {
|
||||
|
||||
Reference in New Issue
Block a user