mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-01 07:15:50 +08:00
10 lines
117 B
SCSS
10 lines
117 B
SCSS
.m-editor-workspace {
|
|
height: 100%;
|
|
width: 100%;
|
|
user-select: none;
|
|
|
|
&:focus-visible {
|
|
outline: 0;
|
|
}
|
|
}
|