Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
dcae-d
/
fe
/
548c5a220333c7cd666b861e737bff0b45461f18
/
.
/
public
/
src
/
app
/
app.component.scss
blob: 82b97218b3c2ce68caef486e622440feff5e268b [
file
] [
log
] [
blame
]
:
host
{
display
:
flex
;
overflow
:
auto
;
height
:
100vh
;
.
container
{
height
:
100
%;
}
main
{
flex
:
1
;
position
:
relative
;
}
/
deep
/
router
-
outlet
~
*
{
position
:
absolute
;
width
:
100
%;
// height: 100%;
}
}