fix(map): Fix vertical scrollbar not showing up in code edit (#16625)
Closes #16327
This commit is contained in:
committed by
Stuart Taylor
parent
195653a2ef
commit
be7bd01c3d
@ -4,7 +4,6 @@
|
||||
// challenge panes are bound to the pane size which in turn is
|
||||
// bound to the total height minus navbar height
|
||||
.max-element-height() {
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
@ -19,4 +18,4 @@
|
||||
.@{ns}-editor {
|
||||
.max-element-height();
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user