tabby/tabby-core/src/components/welcomeTab.component.scss
2021-06-29 23:57:04 +02:00

9 lines
135 B
SCSS

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