it-osu-web / it-osu-pl

IT@OSU Pattern Lab
https://it-osu-web.github.io/it-osu-pl/
3 stars 1 forks source link

Make sure clearfix is working as planned. #208

Closed mel-miller closed 3 years ago

mel-miller commented 3 years ago

if not, temp fix can be this:

.layout__wrapper {
  overflow: auto;
}