mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-26 04:01:17 -04:00
15 lines
201 B
CSS
15 lines
201 B
CSS
.MathJax,
|
|
.MathJax_SVG,
|
|
.MathJax_Display {
|
|
max-width: 100%;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
}
|
|
|
|
.instructions-panel {
|
|
padding: 0 10px;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow-y: auto;
|
|
}
|