Files
freeCodeCamp/client/src/templates/Challenges/components/side-panel.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;
}