Files
Microbot-v2/src/app/app.component.css

12 lines
160 B
CSS

:host {
/* height: 100%; */
display: flex;
flex-direction: column;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}