fix: editor focus on click below code

This commit is contained in:
Felix Roos 2023-12-31 11:20:35 +01:00
parent 3760f51c3c
commit 9059b16c7c
4 changed files with 10 additions and 2 deletions

View file

@ -24,9 +24,12 @@
#code .cm-scroller {
padding-top: 10px !important;
padding-bottom: 50vh;
height: 100%;
font-family: inherit;
}
#code .cm-content {
padding-bottom: 50vh;
}
#code .cm-line > * {
background: var(--lineBackground);
}