opt-cc/static/src/app/statistic/campaign-player-detail/campaign-player-detail.comp...

21 lines
335 B
CSS

.overview {
position: fixed;
overflow-y: scroll;
overflow-x: hidden;
border-left: thin solid lightgrey;
bottom: 20px;
width: 80%;
padding-left: 50px;
padding-right: 5%;
padding-top: 70px;
margin-left: 10px;
height: 100vh;
}
.chart-container {
width: 90%;
min-width: 600px;
height: 300px;
margin: auto;
}