mirror of
https://github.com/Eugeny/tabby.git
synced 2025-10-04 22:14:55 +00:00
11 lines
127 B
SCSS
11 lines
127 B
SCSS
:host {
|
|
display: flex;
|
|
flex: auto;
|
|
position: relative;
|
|
overflow: hidden;
|
|
|
|
>* {
|
|
flex: auto;
|
|
}
|
|
}
|