BREAKING CHANGE: Pre-design-tokens theming is no longer supported. Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> Co-authored-by: Diana Olarte <diana.olarte@edunext.co>
7 lines
143 B
SCSS
7 lines
143 B
SCSS
#course-sidebar {
|
|
@media (--pgn-size-breakpoint-max-width-lg) {
|
|
overflow-y: scroll;
|
|
padding: 0 .625rem !important;
|
|
}
|
|
}
|