Commit d6daf69c authored by jboyson's avatar jboyson

Move isolation inside media query

Side bar covers up fly out menus when small but not mobile.
This restrict the stack fix to just mobile.
parent 586041fd
......@@ -93,7 +93,9 @@
.tab-content {
overflow: visible;
isolation: isolate;
@include media-breakpoint-down(sm) {
isolation: isolate;
}
}
pre {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment