mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-11 13:05:08 +00:00
23 lines
424 B
SCSS
23 lines
424 B
SCSS
|
: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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|