12 lines
160 B
CSS
12 lines
160 B
CSS
|
|
|
|
:host {
|
|
/* height: 100%; */
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
} |