diff --git a/src/cloud/components/molecules/Editor/index.tsx b/src/cloud/components/molecules/Editor/index.tsx index f058b959d6..006fa94743 100644 --- a/src/cloud/components/molecules/Editor/index.tsx +++ b/src/cloud/components/molecules/Editor/index.tsx @@ -672,6 +672,7 @@ const Editor = ({ tooltip={`${scrollSync ? 'Disable' : 'Enable'} scroll sync`} path={scrollSync ? mdiRepeatOff : mdiRepeat} onClick={toggleScrollSync} + className='scroll-sync' /> theme.baseBackgroundColor}; background: ${({ theme }) => theme.baseBackgroundColor}; } + + &.scroll-sync .bottom { + left: 100%; + transform: translateX(-20%); + } ` export const StyledEditorToolButton = styled.button`