24 lines
285 B
SCSS
24 lines
285 B
SCSS
:host {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
top: 24px;
|
|
left: 24px;
|
|
right: 24px;
|
|
bottom: 24px;
|
|
}
|
|
|
|
.ui-body{
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.ui-panel {
|
|
height: 100%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
p {
|
|
font-size: 13px;
|
|
} |