2022-06-15 12:49:43 +08:00

10 lines
117 B
SCSS

.m-editor-workspace {
height: 100%;
width: 100%;
user-select: none;
&:focus-visible {
outline: 0;
}
}