Closed klepas closed 7 years ago
Noting that Dom and I had a quick chat about this — this is a larger class of bug, and overflow:auto
isn’t really an apt solution.
As Dom notes, we might have to consider loading our rendered egs as iframes.
Actually, solved by our old method in the kss.scss
.guide-section {
.wrapper {
box-sizing: border-box;;
min-width: 0;
}
}
See: /patterns/navigation/index.html#footer-navigation