Skip to content

Commit

Permalink
fix hidden code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
thorhj authored and lpil committed May 22, 2024
1 parent 0e532f0 commit 7715b7c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/css/pages/lesson.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@
position: relative;
overflow: clip;
flex-grow: 1;
min-height: 50%;
}

#output {
min-height: 1rem;
background: var(--color-background-dim);
overflow: auto;
}

#output>* {
Expand Down Expand Up @@ -70,7 +72,6 @@

#output {
height: 33%;
overflow: auto;
border-top: 1px solid var(--color-accent-muted);
}
}
Expand Down Expand Up @@ -130,4 +131,4 @@
display: flex;
flex-direction: column;
justify-content: space-between;
}
}

0 comments on commit 7715b7c

Please sign in to comment.