argos/dmp-frontend/src/app/app.component.css

22 lines
210 B
CSS

.full-width {
width: 100%;
}
.full-height {
height: 100%;
}
html,
body {
height: 100%;
width: 100%;
}
app-root {
display: block;
height: 100%;
}
html {
/* overflow-y: hidden */
}