Skip to content

Commit

Permalink
fix: use DOM ID to hide editor tab (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
hacke2 authored Nov 29, 2024
1 parent 62fa270 commit bff6397
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions packages/core/src/core/style.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,8 @@ codeblitz-root {
}

.hide-editor-tab {
[class^='kt_editor_group'] {
> [class^='editorGroupHeader'] {
display: none !important;
}
> [class^='kt_editor_body'] {
height: 100% !important;
}
:global(#opensumi-editor-tabs) {
display: none;
}
}

Expand Down

0 comments on commit bff6397

Please sign in to comment.