tabby/terminus-core/src/components/welcomeTab.component.scss
2020-03-16 21:54:55 +01:00

9 lines
135 B
SCSS

:host {
display: flex;
flex-direction: column;
margin: auto;
flex: auto;
max-height: 100%;
overflow-y: auto;
}