Darep/Beatstream

View on GitHub
app/assets/stylesheets/base/_layout.scss

Summary

Maintainability
Test Coverage
#app, #wrap, #main {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#sidebar {
  float: left;
  overflow: hidden;
}

#content {
  height: 100%;
  overflow: hidden;
}