fuse-angular/src/app/core/components/layout/layout.component.scss

23 lines
424 B
SCSS
Raw Normal View History

2017-07-12 12:35:07 +00:00
:host {
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
#wrapper {
display: flex;
.content-wrapper {
display: flex;
flex: 1;
fuse-content {
display: flex;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
}
}
}