hide CodeEditor touch controls menu

This commit is contained in:
Keith J. Grant 2021-03-09 15:00:18 -08:00
parent 0b57522dce
commit 6f7a717664

View File

@ -33,6 +33,10 @@ const AceEditor = styled(ReactAce)`
padding-bottom: 4px;
}
& .ace_mobile-menu {
display: none;
}
${props =>
props.hasErrors &&
`