mail/src/sass/components/_layout.scss

10 lines
135 B
SCSS
Raw Normal View History

2013-09-16 13:46:04 -04:00
.main-content {
@include clearfix();
height: 100%;
overflow: hidden;
}
.column {
height: 100%;
overflow: hidden;
}