fix: editor min-height 50vh, scrollable instructions on desktop
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
This commit is contained in:
@@ -226,6 +226,8 @@ code, kbd {
|
||||
.instructions {
|
||||
padding: var(--spacing-md);
|
||||
border-bottom: 1px solid var(--border-color);
|
||||
max-height: calc(50vh - 60px);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* Smooth lesson transition */
|
||||
@@ -351,7 +353,7 @@ code, kbd {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
min-height: 0;
|
||||
min-height: 50vh;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user