mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-14 08:29:58 +00:00
9 lines
135 B
SCSS
9 lines
135 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin: auto;
|
|
flex: auto;
|
|
max-height: 100%;
|
|
overflow-y: auto;
|
|
}
|