mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 13:29:55 +00:00
20 lines
260 B
SCSS
20 lines
260 B
SCSS
:host {
|
|
display: none;
|
|
flex: auto;
|
|
position: relative;
|
|
overflow: hidden;
|
|
|
|
&.active {
|
|
display: flex;
|
|
|
|
>* {
|
|
flex: auto;
|
|
}
|
|
}
|
|
|
|
> perfect-scrollbar {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
}
|