Files
mempool/frontend/src/app/bisq/bisq-dashboard/bisq-dashboard.component.scss

22 lines
310 B
SCSS
Raw Normal View History

#volumeHolder {
height: 500px;
background-color: #000;
overflow: hidden;
display: flex;
justify-content: center;
}
.table {
max-width: 100%;
overflow: scroll;
2021-04-21 20:22:34 +04:00
}
.loadingVolumes {
position: relative;
top: 45%;
2021-04-21 20:22:34 +04:00
z-index: 100;
}
.container-info{
overflow-x: scroll;
}