Skip to content

Commit bff6397

Browse files
authored
fix: use DOM ID to hide editor tab (#237)
1 parent 62fa270 commit bff6397

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

packages/core/src/core/style.module.less

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,8 @@ codeblitz-root {
5656
}
5757

5858
.hide-editor-tab {
59-
[class^='kt_editor_group'] {
60-
> [class^='editorGroupHeader'] {
61-
display: none !important;
62-
}
63-
> [class^='kt_editor_body'] {
64-
height: 100% !important;
65-
}
59+
:global(#opensumi-editor-tabs) {
60+
display: none;
6661
}
6762
}
6863

0 commit comments

Comments
 (0)