tabby/terminus-core/src/components/tabBody.component.scss
Eugene Pankov 8385161417 .
2017-04-16 20:06:29 +02:00

19 lines
236 B
SCSS

:host {
display: none;
flex: auto;
position: relative;
overflow: hidden;
&.scrollable {
overflow-y: auto;
}
&.active {
display: flex;
>* {
flex: auto;
}
}
}