Improves layout, code panel, tweaks draw
This commit is contained in:
parent
062f446339
commit
475d04e3d0
23 changed files with 308 additions and 182 deletions
|
@ -208,6 +208,11 @@ const EditorContainer = styled('div', {
|
|||
pointerEvents: 'all',
|
||||
userSelect: 'all',
|
||||
|
||||
'& > *': {
|
||||
userSelect: 'all',
|
||||
pointerEvents: 'all',
|
||||
},
|
||||
|
||||
'.editorLineError': {
|
||||
backgroundColor: '$lineError',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue