1
0
Fork 0
forked from lthn/blockchain

chart displaying fix

This commit is contained in:
wildkif 2019-05-07 12:03:48 +03:00
parent a2e31ff84d
commit 3d5f98614e
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -45,12 +45,14 @@
}
.chart {
position: relative;
display: flex;
align-items: center;
flex: 1 1 auto;
min-height: 40rem;
> div {
position: absolute;
width: 100%;
height: 100%;
}