AusDTO / dto-design-guide

- DEPRICATED - Please see:
https://designsystem.gov.au/
MIT License
10 stars 6 forks source link

Footer eg render in /patterns/navigation/index.html#footer-navigation is overflowing #40

Closed klepas closed 7 years ago

klepas commented 7 years ago

See: /patterns/navigation/index.html#footer-navigation

screen shot 2016-11-25 at 6 31 41 pm

klepas commented 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.

klepas commented 7 years ago

Actually, solved by our old method in the kss.scss

.guide-section {
  .wrapper {
    box-sizing: border-box;;
    min-width: 0;
  }
}