Fix layout for small iOS devices and allow scroll (#130)

* Fix layout for small iOS devices and allow scroll

* Apply new styles in fidelity bond lock page
This commit is contained in:
David 2022-05-10 00:09:19 +02:00 committed by GitHub
parent 3894ca5d30
commit 60944ea716
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -141,4 +141,11 @@ input[type=number] {
.MuiDataGrid-columnHeaders + div {
width: auto !important;
}
.appCenter:has(>div.MuiGrid-root:first-child, >div.MuiBox-root:first-child) {
overflow-y: scroll;
margin-top: 12px;
padding-bottom: 25px;
height: 100%;
}
}