Change css to fix order book alignment in safari desktop (#225)

Changing css to fix order book alignement in safari desktop
This commit is contained in:
David 2022-09-07 21:17:55 +02:00 committed by GitHub
parent 425225d23d
commit a6893c8ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,11 +153,11 @@ input[type=number] {
background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 929px) {
.MuiDataGrid-columnHeaders + div {
.MuiDataGrid-columnHeaders + div {
width: auto !important;
}
}
@media (max-width: 929px) {
.appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) {
overflow-y: scroll;
margin-top: 12px;