9 lines
96 B
SCSS
9 lines
96 B
SCSS
|
|
:host {
|
|
height: calc(100% - 29px);
|
|
position: absolute;
|
|
width: 100%;
|
|
padding: 0.5em;
|
|
}
|
|
|