: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; } } } }