fix(frontend): コードエディタが正しく表示されない問題を修正 (#12418)

* (fix) コードエディタが正しく表示されない問題を修正

* Update Changelog
This commit is contained in:
かっこかり 2023-11-23 20:37:41 +09:00 committed by GitHub
parent 44a378c46e
commit cba66c921e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View file

@ -139,6 +139,10 @@ watch(v, () => {
height: 100%;
}
.textarea, .codeEditorHighlighter {
margin: 0;
}
.textarea {
position: absolute;
top: 0;
@ -154,6 +158,8 @@ watch(v, () => {
background-color: transparent;
border: 0;
outline: 0;
min-width: calc(100% - 24px);
height: calc(100% - 24px);
padding: 12px;
line-height: 1.5em;
font-size: 1em;