mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-18 20:21:35 +00:00
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:
parent
3894ca5d30
commit
60944ea716
@ -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%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user